@extends('layouts.app') @section('title') {{ __('messages.pharmacist.pharmacists') }} @endsection @section('page_css') {{-- --}} @endsection @section('content')
@include('flash::message') {{Form::hidden('pharmacistUrl',url('pharmacists'),['id'=>'indexPharmacistUrl'])}} {{ Form::hidden('pharmacistLang',__('messages.delete.pharmacist'), ['id' => 'pharmacistLang']) }} @include('pharmacists.templates.templates')
@endsection {{-- --}} {{-- --}}