@extends('layouts.app') @section('title','Special Case') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('special-case-create', $authRolePermissions)) @endif
@include('special-cases.table')
@endsection @section('js') @endsection