@include('layouts.header') @include('layouts.sidebar')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@if(hasPermission('staff', 'update') || hasPermission('staff', 'delete')) @endif @if(hasPermission('staff', 'status')) @endif @foreach($staff as $row)
ActionStaff ID Staff Name Payment Payment Date PhoneStatus