@extends('layouts.app') @section('content')

{{trans('lang.appointment_plural')}} |{{trans('lang.appointment_desc')}}

@include('flash::message')
@include('appointments.table')
@endsection