@extends('layouts.adminlayout') @section('content')

Slider Picture

@foreach(App\Models\Slider::all() as $index => $slide)
...
@csrf
@endforeach

Add Slider Picture

@csrf
@endsection