@extends('admin.dashboard') @section('title','Inbox') @section('content')

Message inbox

Contact Mesasge

@foreach($inbox as $key=>$row) @endforeach
Subject Sender name Mobile No Email Modify
/home/admitdoctors/public_html/resources/views/admin/message/inbox.blade.php on line 43
" id="mail
Warning: Undefined variable $row in /home/admitdoctors/public_html/resources/views/admin/message/inbox.blade.php on line 43

Warning: Attempt to read property "id" on null in /home/admitdoctors/public_html/resources/views/admin/message/inbox.blade.php on line 43
" type="checkbox" value="
Warning: Undefined variable $row in /home/admitdoctors/public_html/resources/views/admin/message/inbox.blade.php on line 43

Warning: Attempt to read property "id" on null in /home/admitdoctors/public_html/resources/views/admin/message/inbox.blade.php on line 43
" />
{{$row->subject}} {{$row->sender_name}} {{$row->mobile}} {{$row->email}}
{{$inbox->links()}}
@endsection