@extends('layouts.app') @section('title') {{ __('messages.appointments') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')

{{__('messages.appointment.calendar')}}

@include('appointment.appointment-model') @endsection