@extends('admin.layouts.master') @section('title', __('add_staff')) @section('content')

{{ __('add_staff') }}

@csrf

{{ $errors->first('first_name') }}

{{ $errors->first('last_name') }}

{{ $errors->first('phone') }}

{{ $errors->first('gender') }}

{{ $errors->first('email') }}

{{ $errors->first('password') }}

{{ $errors->first('image') }}

@include('layouts.loading_button', ['class' => 'btn sg-btn-primary'])

{{ $errors->first('role_id') }}

@foreach($permissions as $permission) @endforeach
{{ $permission->name }} @foreach($permission->keywords as $key => $keyword)
@endforeach
@endsection @include('admin.staff.staff-script')