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