@include('layouts.header')
@foreach ($emps as $key => $emp) @foreach ($emp as $list)

{{ $list->name }}

Designation : {{$list->designation}}
Head Office/ Branches : {{$list->head_Office}}
Department : {{$list->department}}
Mobile No : {{$list->mobile_no}}
E-Mail : {{$list->e_mail}} {{--

{{$list->department_type}}

--}}
@endforeach @endforeach
@foreach ($emps as $key => $emp)
@foreach ($emp as $list)

{{ $list->name }}

Designation : {{$list->designation}}
Head Office/ Branches : {{$list->head_Office}}
Department : {{$list->department}}
Mobile No : {{$list->mobile_no}}
E-Mail : {{$list->e_mail}} {{--

{{$list->department_type}}

--}}
@endforeach
@endforeach
@include('layouts.footer')