@extends('layouts.app') @section('content')
@include('layouts.navigation')
@foreach($data as $key => $value) @endforeach
S.No. Title Description Image Status Action
{{ $key + 1 }} {{ $value->title }} {!! $value->description !!} {{ $value->status == 1 ? "Active" : "In-active" }}
  • @csrf @method('DELETE')
{{-- Scripts --}}
@endsection