@extends('layouts.app') @push('styles') @endpush @section('title') @lang('translate.category_type') @endsection @section('page_header') @endsection @section('content') @include('category_type.create') @include('category_type.update')
Category Type Table
ID Name Status Created By Created At Actions
@endsection @push('scripts') @include('category_type.script') @endpush