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

{{ $title }}

@include('includes.message')
@foreach($data as $key => $about) @endforeach
Sr. No. Image Title Sequence Status Actions
{{ $key + 1 }} @if(!empty($about->image)) @else No Image @endif {{ $about->title }} {{ $about->sequence }} @if($about->status == 1) Active @else Inactive @endif Edit Delete
{{ $data->links() }}
@endsection