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

{{ getTitleInPage() }} - Add


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

{{ $error }}

@endforeach @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ getTitleInPage() }} - Add
@if(checkServicesAuthorizationRole(1))
Identity

If you are adding this merchant as parent merchant then please select HO.

@endif @if(checkServicesAuthorizationRole(2))
Subscription Controls
From :
To :

If you are adding this merchant as sub branch then please select parent merchant.

myScan Photo Library Take Photo
@if(checkServicesAuthorizationRole(3))
@endif
@endif @if(checkServicesAuthorizationRole(3))
KYC
@endif @if(checkServicesAuthorizationRole(4))
Transaction Controls
0) style="display: block" @else style="display: none" @endif>



@endif @if(checkServicesAuthorizationRole(5))
Accounting
Start Date
End Date
@endif

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