@extends('backoffice.dashboard') @section('content') @if ($errors->any()) @endif @if(Auth::check())
@csrf @method('PUT')

تعديل القائمة الرئيسية

@else @endif @endsection