@extends('welcome') @section('title','Opening Times') @section('content-breadcrumb') @endsection @section('content')
@include('dashboard.messages')

All Opening Times

@if(count($times) > 0) @foreach($times as $time) @endforeach @else

There are no opening times added to your coworking space yet
Please add your coworking opening times to let people know.

@endif
Day From To
{{ucfirst($time->day)}} {{$time->from}} {{$time->to}} Edit Delete
@endsection @push('scripts') @endpush