@extends('layouts.app') @section('content') @include('loader')
Manage Sub-Category
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@endsection