@extends('layouts.admin') @section('content') @include('partials.breadcrumb')
Search
@foreach($staffs as $staff) @endforeach
Employee Name Unit Email Designation View

{{$staff->title}} {{$staff->firstname}}{{$staff->lastname}} {{$staff->portal_id}}

{{$staff->dept->name}} {{$staff->email}} {{$staff->designation}} View
@endsection @section('style') @endsection @section('script') @endsection