@extends('layouts.admin.app') @section('content')

Home Page Slider

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

New Menu

@csrf

Cancel
@endsection