@extends('backEnd.master') @section('styles') @endsection @section('mainContent') {{__('seller.update_staff_info')}} @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')}} {{__('common.address')}} {{__('common.avatar')}} (165x165)PX {{__("common.avatar")}} {{ __('common.save') }} @endsection @push('scripts') @endpush