@extends('admin.layouts.master') @section('title', __('add_staff')) @section('content')
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('phone') }}
{{ $errors->first('gender') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('image') }}
{{ $errors->first('role_id') }}