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

Blogs Category List

Add
@include('sweetalert::alert') @php $i=0; @endphp @foreach ($result as $key) @endforeach
Sr No. Parent Category Title Status Action
{{ ++$i }} {{ $key->parent!='' ? ucfirst($key->parent) : 'Root' }} {{ ucfirst($key->title) }} {{ $key->status=='1' ? 'Active' : 'Inactive' }} Delete
@endsection