@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Appointments

@if (session('success'))
{{ session('success') }}
@endif @if (session('error')) @endif @stop @section('content')
@csrf
@stop @section('css') @stop @section('js') @stop