@extends('layouts.backend.master') @section('admin')
@include('backend.modal.blog_category')

{{ $subTitle }}

@foreach ($dataList as $data ) @include('backend.modal.blog_category') @endforeach
SN Title Action
{{ $loop->index + 1 }} {{ $data->title }} Edit
@csrf @method('DELETE')
@endsection