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

Menu Timeslots

Name Created at Updated at
{{ $timeslot->name }} {{ $timeslot->created_at }} {{ $timeslot->updated_at }}
Return
@endsection @section('javascript') @endsection