@extends('layouts.dashboard_2') @section('title', 'الرسالةs') @section('content')

الرسالةs

@if(Session::has('errors'))
    @foreach(Session::get('errors')->toArray() as $key => $item_err)
  • {{$item_err[0]}}
  • @endforeach
@endif
{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- إضافة Blog--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{-- --}} @if(isset($data)) @foreach($data as $key => $item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach @endif
--}} {{--
--}} {{-- --}} {{--
--}} {{--
First Name Last Name Email Phone Message Date Operation
--}} {{--
--}} {{-- --}} {{--
--}} {{--
{{$item->f_name}} {{$item->l_name}} {{$item->email}} {{$item->phone}} {{$item->message}} --}} {{-- {{$item->sub_title}}--}} {{-- --}} {{-- {!! $item->description !!}--}} {{-- image {{date('d-m-Y', strtotime($item->created_at))}} operations
@include('dashboard.includes.footer')
@stop @section('script') {{-- --}} {{-- --}} @stop