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

@yield('title')

@endsection @section('content')
@include('doctor_appointment.show_fields')
@endsection @section('page_js') @endsection