@extends('backEnd.master') @section('styles') @endsection @section('mainContent') {{__('seller.create_a_staff')}} @csrf {{ __('seller.basic_info') }} {{ __('common.first_name') }} * {{$errors->first('first_name')}} {{ __('common.last_name') }} {{$errors->first('last_name')}} {{ __('common.email') }} * {{$errors->first('email')}} {{__('common.password')}} * {{$errors->first('password')}} {{__('common.confirm_password')}} * {{__('common.phone')}} {{$errors->first('phone')}} {{__('common.address')}} {{$errors->first('address')}} {{__('common.avatar')}} (165x165)PX {{__("common.avatar")}} {{$errors->first('photo')}} {{ __('common.save') }} @endsection @push('scripts') @endpush