@extends('layouts.app') @section('title', $page_title) @section('content')

{{ $sub_title }}

@if (permission('category-add')) {{__('file.Add New')}} @endif
@foreach (STATUS as $key => $value) @endforeach
@include('category::modal') @endsection @push('scripts') @endpush