@extends('layouts.app') @section('title','Category Fields') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('enquiry-category-fields-create', $authRolePermissions))
@endif
@include('enquiry-category-fields.table')
@endsection