@extends('layouts.dashboard_2') @section('title', 'Blog تعديل') @section('content')

Blog Edit

@if(Session::has('errors'))
    @foreach(Session::get('errors')->toArray() as $key => $item_err)
  • {{$item_err[0]}}
  • @endforeach
@endif
اللافتة
اللافتة
@csrf
{{--
--}}
({{date('d-m-Y', strtotime($data->created_at))}})
@include('dashboard.includes.footer')
@stop @section('script') @stop