@extends('layouts.default', ['appTopMenu' => true])
@section('title', 'Add Clerk')
@push('head')
@endpush
@section('content')
@php
$sn = 1;
foreach($myclerk as $ac){
@endphp
S.No.
Name
Father's Name
Address
Mobile
Email
@php
++$sn;
}
@endphp
{{ $sn; }}
{{ $ac->clerk_name }}
{{ $ac->c_father_name }}
{{ $ac->c_address }}
{{ $ac->c_mobile }}
{{ $ac->c_email }}