@extends('layouts.admin.app') @section('title', 'Admin | Manage Category') @section('content') {{-- CONTAINER --}}
Create Category +

{{-- Display Categories --}}
List of Category
# Category
{{-- End CONTAINER --}} @endsection