@extends('dashboard/master/master') @section('title', ' البريد') @section('page-style') @endsection @section('content') البريد التاريخ @foreach($emails as $row) {{ $row->email }} {{ Date::parse($row->created_at)->diffForHumans() }} @endforeach @endsection @section('vendor-script') @endsection @section('page-script') @endsection