@extends('admin.layouts.master') @section('title', 'Retailer') @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->image))
@endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->aadhar_card_image))
@endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->pan_no_image))
@endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->gst_no_image))
@endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->trade_licence))
@endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->food_license))
@endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->delivery_boy))
@endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->delivery_boy))
@endif
@if(isset($data) && $data->role==1) @else
@endif
@if($data ?? '') @php $cityIds=json_decode($data->cityId,true); @endphp @endif
@if($data ?? '') @php if(isset($data->localityId)){ $localityIds=json_decode($data->localityId,true); }else{ $localityIds=array(); } @endphp @endif
@if($data ?? '')
@endif
@endsection