@extends('layouts.mastercms') @section('content')
Create @foreach($slider as $posts) @endforeach
Id Title Description Image Action
{{$posts->id}} {{$posts->title}} {{$posts->description}}
@csrf @method('DELETE')
@endsection