@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
{{ getTitleInPage() }} - List
@foreach($merchantMessage as $datas) @endforeach
No. Enterprise Name HO Merchnat Name Actions
{{ $i }} {{ getEnterpriseNameById($datas['enterprise_id']) }} {{ getMerchantNameById($datas['id']) }} @if(checkPermissionOnWeb('MerchantAliasMenu','edit') > 0) @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection