@extends('admin.layout.master') @section('title', "البريد الصادر") @section('content')
{{-- @csrf--}}
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
@if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif

البريد الصادر

{{-- @include('admin.layout.message')--}}

البريد الصادر

@foreach($rows as $row) @endforeach
# المستخدم رقم الجوال المحتوي بالعربي المحتوي بالانجليزي تحديد الكل التحكم
{{$i}} {{$row->user->fullname}} {{$row->user->mobile}} {{$row->message['ar'] ?? ''}} {{$row->message['en'] ?? ''}} تحديد
# المستخدم رقم الجوال المحتوي بالعربي المحتوي بالانجليزي التحكم
@stop @section('scripts') @stop