@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Patient Appointments @endslot @slot('li_1') Patient Appointments @endslot @endcomponent
@component('components.sidebar_patient') @endcomponent

Appointments

@endsection