@extends('layouts.app')
@section('title')
{{ __('messages.pathology_category.pathology_categories') }}
@endsection
@section('css')
{{-- --}}
@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('pathologyCategoryLang',__('messages.delete.pathology_category'), ['id' => 'pathologyCategoryLang']) }}
@include('pathology_categories.modal')
@include('pathology_categories.edit_modal')
@include('pathology_categories.templates.templates')
@endsection
{{--let pathologyCategoryCreateUrl = "{{ route('pathology.category.store') }}";--}}
{{--let pathologyCategoryUrl = "{{ url('pathology-categories') }}";--}}
{{-- --}}
{{-- --}}