@extends('layouts.header') @section('content')
s.no name
1 kabali
Click here to Copy the Script
  
				<table border="1">
				<tr>
					<th>s.no</th>
					<th>name</th>
				</tr>
				<tr>
					<td>1</td>
					<td>kabali</td>
				</tr>
				</table>
			
@endsection