@extends('backoffice.dashboard') @section('title', 'إضافة سلايدر ') @section('content') @if(Auth::check())
@include('backoffice.sliders.form', ['formTitle' => 'إضافة السلايدر جديد'])
@else @endif @endsection