@extends('layouts.app')
@section('title')
{{ __('messages.pathology_category.pathology_categories') }}
@endsection
@section('content')
@include('flash::message')
{{ Form::hidden('pathologyCategoryCreateUrl', route('pathology.category.store'), ['id' => 'createPathologyCategoryURL']) }}
{{ Form::hidden('pathologyCategoryUrl', url('pathology-categories'), ['id' => 'pathologyCategoryURL']) }}
{{ Form::hidden('pathology_category', __('messages.pathology_categories'), ['id' => 'pathologyCategory']) }}
@include('pathology_categories.modal')
@include('pathology_categories.edit_modal')
@include('pathology_categories.templates.templates')
@endsection
{{-- JS File :- assets/js/pathology_categories/pathology_categories.js --}}