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

اللافتةs

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