@include('layouts.header')
Search Contract Staff
@csrf
Employee Name:
Client:
All Clients
@foreach($clients as $client) @foreach($client->regionalCountries as $countries) @foreach($countries->countryBranches as $branches) @if($branches->office_type_id == 9)
{{$branches->branch_name}}
@endif @endforeach @endforeach @endforeach
Search
Contract Staff
Client
Employee
Start Date
@if(isset($staffs)) @foreach($staffs as $staff)
{{$staff->branch_name}}
{{$staff->name}}
{{date('Y-m-d', strtotime($staff->created_at))}}
@endforeach @endif
@include('layouts.footer')