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

Appointments

@include('success.success') @include('errors.error') @foreach($appointments as $setting) @endforeach
S.N. Date Start Time End Time Action
{{$loop->iteration}} {{$setting->date}} {{$setting->start_time}} {{$setting->end_time}}
{!! $appointments->links() !!}
@endsection