@extends('admin::layouts.app') @section('content')

{{ __('admin.my_staff') }}

{{ __('admin.add_staff') }}

{{ __('static.cancel') }}
{{ __('admin.enter_the_details_below_for_create_staff') }}
@if (auth()->user()->hasRole([App\Helpers\ConstantHelper::BUSINESS_USER]))
@endif
{{--
{{ __('admin.sr_no') }} {{ __('admin.document_type') }} {{ __('admin.expiry_date') }} {{ __('admin.upload') }} {{ __('admin.action') }}
1
Valid file types: xlsx,xls,pdf,doc,docx,jpeg,png,jpg. Max file size: 2MB
--}}
@endsection @section('script') @endsection