@extends('admin.layouts.master') @section('page-title') عرض رسائل التواصل @endsection @section('header-title') رسائل التواصل @endsection @push('main-contact_messages-active') m-menu__item--active @endpush @section('content')
@if (session('Done')) @endif @if ($errors->any()) @endif @foreach($supports as $support) @endforeach
# الاسم رقم الجوال تاريخ الارسال العنوان النص
{{ $support->id }} {{ ($support['name']) }} {{ $support['phone'] }} {{ $support['created_at'] }} {{ $support['title'] }} {{ substr($support['message'], 0, 50) . '...' }}
{{ $supports->links() }}
@stop @push('page_level_style') @endpush @push('page_level_script') @endpush