@extends('backoffice.dashboard') @section('title', 'تعديل السلايدر : ' . $slider->titre_ar) @section('content') @if(Auth::check())
@csrf @method('PUT') @include('backoffice.sliders.form', ['formTitle' => 'تعديل السلايدر'])
@else @endif @endsection