@extends('layouts.app') @section('title') {{ __('messages.medicine_categories') }} @endsection @section('css') {{-- --}} @endsection @section('content') @include('flash::message')
{{Form::hidden('categoryCreateUrl',route('categories.store'),['id'=>'indexCategoryCreateUrl'])}} {{Form::hidden('categoriesUrl',url('categories'),['id'=>'indexCategoriesUrl'])}} {{ Form::hidden('medicineCategoryLang', __('messages.delete.medicine_category'), ['id' => 'medicineCategoryLang']) }} @include('categories.modal') @include('categories.edit_modal') @include('categories.templates.templates') @include('partials.page.templates.templates')
@endsection {{-- let categoryCreateUrl = "{{ route('categories.store') }}";--}} {{-- let categoriesUrl = "{{ url('categories') }}";--}} {{-- --}} {{-- --}}