@extends('admin.layouts.master') @section('title', 'Add Agent') @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->image))
@endif
@if($data ?? '') @php $cityIds=json_decode($data->cityId,true); @endphp @endif
@if($data ?? '')
@endif
@endsection