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

{{ getTitleInPage() }}

@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
@if(count($enterprise) > 0)
@endif
@if($merchant_id > 0)
@endif
{{ getTitleInPage() }} - List
Add
@foreach($AccountAssignment as $data) @endforeach
No. EnterPrise Merchant Transaction Type Book Document Type Status Actions
{{ $no++ }} {{ getEnterpriseNameById($data->enterprise_id) }} {{ getMerchantNameById($data->merchant_id) }} {{ $data->name }} - ({{ $data->slug }}) {{ getMerchantOrderBook($data->order_book_id) }} {!! getDopByaccountGroupAssignment($data->id,$data->merchant_id,$data->document_group_id) !!} {{ ($data->status == 0 )? 'Inactive':'Active'}} View Copy
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection