@extends('layouts.customer') @section('content')

Staff

Add Staff
@if ($message = Session::get('success'))

{{ $message }}

@endif
@if($data)
                                   
                                    
@php $i = 0; @endphp @foreach($data as $staff) @endforeach @else

No records found!

@endif
Sr No Role Name Description Action
{{ ++$i }} {{ $staff->description }}
@endsection