@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 @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
@if($txtSearch != '')@endif
{{ getTitleInPage() }}
@if(!empty($messageTitleIconObj) && !empty($messageTitleIconObj->msg_icon)) @endif
List for Message
@if($txtSearch == '') @endif
@if(count($Messages) > 0) @php $i = 1; @endphp @foreach($Messages as $msg) @php $i++; @endphp @endforeach @else @endif
Id Keyword Message Type Message(English)
{{$msg->unique_number}}
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection