@extends('admin.layouts.master') @section('title', 'C&F') @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @else @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->trade_licence))
@endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->food_license))
@endif
@if($data ?? '')
@endif
@endsection