@extends('layouts.app') @section('css') @endsection @section('js') @endsection @section('content')
@include('layouts.components.admin.navbar')
@foreach ($rows as $row) @endforeach
# من الي نوع الرسالة الرسالة الحالة
{{$row->id}} {{($row->from)}} {{join(',', json_decode($row->to))}} {{($row->message_type)}} {{($row->message_body)}} {{($row->status)}}
© Powered by {{env('website_name')}}
@endsection