@extends('layouts.app') @section('title') {{ __('messages.patients') }} @endsection @section('page_css') {{-- --}} @endsection @section('content')
@include('flash::message') {{Form::hidden('patientUrl',url('patients'),['id'=>'indexPatientUrl'])}} {{Form::hidden('userUrl',route('users.index'),['id'=>'userUrl'])}} {{ Form::hidden('patientLang',__('messages.delete.patient'), ['id' => 'patientLang']) }} @include('patients.templates.templates') @include('partials.page.templates.templates')
@endsection {{-- let patientUrl = "{{url('patients')}}"--}} {{-- let userUrl = "{{route('users.index')}}"--}} {{-- --}} {{-- --}}