@include('layouts.header') @include('layouts.sidebar')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
Staff Information
@php $date = $staff->payment_date ? date('Y-m-d', strtotime($staff->payment_date)) : ''; @endphp
Staff Charges

@foreach($charges as $item) @endforeach
Action Product Rate/SqFt
Cancel
@include('layouts.footer')