@include('layouts.header') @include('layouts.sidebar')
Staff Information

ID {{ $staff->staff_id }}
Staff {{ $user->full_name }}
Payment ₹ {{ $staff->payment }}
Payment Date {{ date('d-M-Y',strtotime($staff->payment_date)) }}
Phone1 {{ $staff->phone1 }}
Phone2 {{ $staff->phone2 }}
City {{ $staff->city }}
State {{ $staff->state }}
PIN Code {{ $staff->pincode }}
Address {{ $staff->address }}


Charges

@foreach($charges as $charge) @endforeach
Product Rate/SqFt
{{ $charge->product_name }} ₹ {{ $charge->rate }}
@include('layouts.footer')