@extends('layouts.master') @section('title') {{ __('staff') }} @endsection @section('content')

{{ __('list') . ' ' . __('staff') }}

{{--
--}}
{{ __('id') }} {{ __('no.') }} {{ __('User Id') }} {{ __('name') }} {{ __('dob') }} {{ __('image') }} {{ __('gender') }} {{ __('guardian') . ' ' . __('email') }}
@csrf
@endsection @section('script') @endsection