@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage() }} - Edit


@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ getTitleInPage() }} - Edit
@if(Auth::user()->admin_role_id == 1)
@else @endif
logo)) required @endif > @if(!empty($merchant->logo)) @endif
@if(!empty($merchant->pan_image)) @endif
@if(!empty($merchant->gst_image)) @endif
@if(!empty($merchant->tan_image)) @endif
@if(!empty($merchant->authorised_signatory)) @endif
payment_form == 1)?'checked':'' }}>






Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection