@section('title', 'Manage Sub-Admin') @extends('admin.layouts.app') @push('style') @endpush @section('content')

Add Category

arrow_back
@if(empty($categoryDetails))
@else @method('PUT') @endif @csrf
@if(empty($categoryDetails)) @else @endif
@endsection @push('script') @endpush