@extends('admin/layouts/app') @section('page-title') Agent Management | Simple Admission @endsection @section('page-breadcrumb')

Agent Management

@endsection @section('main-content')
{{csrf_field()}} {{method_field('PUT')}}

Update Agent

Suggested image ratio: 350 x 310 | max-size: 2 MB @if($errors->has('avatar')) {{ $errors->first('avatar') }} @endif
@if($errors->has('name')) {{ $errors->first('name') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if($errors->has('employee_id'))--}} {{-- {{ $errors->first('employee_id') }}--}} {{-- @endif--}} {{--
--}}
@if($errors->has('employee_id')) {{ $errors->first('employee_id') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@if($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if($errors->has('role_id')) {{ $errors->first('role_id') }} @endif
Back
@endsection @section('extra-css') @endsection @section('extra-script') @endsection