@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
{{ getTitleInPage() }} - Add
@if(!getMechantIds())
@else
@endif @if(count($parent_merchant) > 1)
@else @if(count($parent_merchant) > 0) @foreach($parent_merchant as $parent) @endforeach @endif @endif
@if(checkPermissionOnWeb('AgentSupplier','approve') > 0)
@endif
I/We hereby declare that the details furnished above are true and correct to the best of my/our knowledge and belief and I/we undertake to inform you of any changes therein, immediately. In case any of the above information is found to be false or untrue or misleading or misrepresenting, I am/we are aware that I/we may be held liable for it.
Date: {{ date('d/m/Y') }}
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection