@extends('admin.layout.master') @section('title', "رسائل المستخدمين") @section('content')

رسائل المستخدمين

رسائل المستخدمين

{{--

--}} {{-- --}} {{-- --}} {{-- --}} {{--

--}}
@foreach($rows as $row) @endforeach
# إسم المرسل رقم الجوال الرسالة التاريخ التحكم
{{$i}} {{$row->name}} {{$row->mobile}} {{$row->message}} {{\Carbon\Carbon::parse($row->created_at)->toDateString()}}
@stop