@extends('layouts.app')
@section('title')
{{__('messages.appointment.appointments')}}
@endsection
@section('content')
@include('flash::message')
{{Form::hidden('patient_appointment',getLogInUser()->hasRole('patient'),['id' => 'userRole'])}}
@include('appointments.models.patient-payment-model')
@endsection