@php $pageName = "staff"; $subpageName = "staff_record"; @endphp @extends('layouts.app') @section('content')
Staff Management
Add Staff
@if(Session::has('message')) @endif
@if($data) @foreach($data as $reg) @endforeach @endif
Fullname Gender Nationality Employee ID Phone Action
{{ $reg->surname }} {{ $reg->firstname }} {{ $reg->gender }} {{ $reg->nationality }} {{ $reg->employee_id }} {{ $reg->contact_num }}
@endsection @section('scripts') @endsection