@extends('dashboard.layouts.master') @section('title') @endsection @section('css') @include('dashboard.layouts.css') @endsection @section('body')

@foreach($supports as $support) @if($support->status) @else @endif @endforeach
# اســـم المستخـــــدم رقم الهاتـــــف الرسالـــــة ملاحظــــــات العمليـــــــات
{{$i}} {{$support->name}} {{$support->phone}}{{$support->message}}{{$support->message}}{{$support->notes}} @can('admin.contact_messages.delete') @endcan @can('admin.contact_messages.delete') @endcan
@endsection @section('js') @include('dashboard.layouts.js') @endsection