@extends('layouts.app') @section('title') {{ __('messages.pathology_category.pathology_categories') }} @endsection @section('css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
@include('pathology_categories.table')
@include('pathology_categories.modal') @include('pathology_categories.edit_modal') @include('pathology_categories.templates.templates')
@endsection @section('scripts') @endsection