@extends('dashboard.base') @section('content')

Timeslots


@foreach($timeslots as $timeslot) @endforeach
# Timeslot Created at Updated at
{{ $loop->iteration }} {{ $timeslot->time_start.' - '.$timeslot->time_end }} {{ $timeslot->created_at }} {{ $timeslot->updated_at }} Edit
@method('DELETE') @csrf
@endsection @section('javascript') @endsection