@extends('layout.mainlayout') @section('content')
@component('components.breadcrumb') @slot('title') Expense Category @endslot @slot('li_1') Manage Your Expense Category @endslot @slot('li_2') Add Expense Category @endslot @endcomponent
@if (session('success'))
{{ session('success') }}
@endif
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
Category name Description Action
@endsection