@extends('layouts.app') @section('title','Finding Category') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('finding-categories-create', $authRolePermissions)) @endif
@include('finding-categories.table')
@endsection @section('js') @endsection