@extends('layouts.app')
@section('title')
{{ __('messages.doctor_sessions') }}
@endsection
@section('content')
@include('flash::message')
{{Form::hidden('doctor_Session',getLogInUser()->hasRole('doctor') ? route('doctors.doctor-sessions.index') :
route('doctor-sessions.index'), ['id' => 'doctorSessionUrl'])}}
@endsection