@extends('dashboard.layouts.master') @section('title') connect @stop @section('css') @endsection @section('page-header') @endsection @section('content')
@foreach($datas as $data) @endforeach
# الاسم البريد الإكترونى الرسالة التاريخ العمليات
{{$loop->iteration}} {{$data->name}} {{$data->email}} {{\Str::limit($data->message, 40)}} {{$data->created_at}}
@endsection @section('js') @endsection