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

{{ $title }}

@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif


@php echo $role_help; @endphp

@if(count($contactHelplineNumber) > 0) @foreach($contactHelplineNumber as $key => $val) @endforeach @endif @if($is_checker == 0)

{!! getMerchantMsg('helpline_msg') !!}

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