@extends('layout') @section('title') {{__('user.Edit Agent')}} @endsection @section('meta') @endsection @section('frontend-content')
@csrf

{{__('user.Agent Information')}}

{{__('user.Name')}}*

{{__('user.Designation')}}*

{{__('user.About')}}*

{{__('user.Agent Profile')}}

{{__('user.Image')}}*

{{__('user.Contact Info')}}

{{__('user.Email address')}}*

{{__('user.Phone number')}}*

{{__('user.Facebook')}}

{{__('user.Instagram')}}

{{__('user.Twitter')}}

{{__('user.Linkedin')}}

{{__('user.Agent Location')}}

{{__('user.Address')}}*

{{__('user.Agent Status')}}

{{__('user.Enable / Disable')}}

@endsection