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

{{ $title }} @if($isMessageType != '') - {{ $isMessageType }} @endif

@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 && Auth::user()->admin_role_id == 1)
@endif
@if(Auth::user()->is_branch_authorise == 1 || Auth::user()->admin_role_id == 1)
@endif @if($is_checker == 1) @endif @if(getMechantIds() && count(getMechantIds()) > 1 ) @endif @if($is_checker == 1) @endif
@if($userthread != '') @else @endif
@if(count($ChatRemarksGroupArr) > 0) @foreach($ChatRemarksGroupArr as $key => $val)
{{ $val['fname'] }}
{{ $val['name'] }} {{ $val['created_at'] }}

{{ $val['message'] }}

@endforeach @endif
@if(count($getchatmsg) > 0) @foreach($getchatmsg as $key => $val) @if($val['show_type'] == 'from')
{{ $val['fname'] }}

{{ $val['message'] }}

{{ $val['created_at'] }}
@endif @if($val['show_type'] == 'to')

{{ $val['message'] }}

{{ $val['created_at'] }}
@endif @endforeach @endif
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection