@extends('layouts.admin.app') @section('page-title') {{ __('edit') }} @endSection @section('page-nav-title')

{{ __('edit') }}

@endsection @section('content')

{{ __('edit') }}

@csrf @method('put')
@if ($time_slot_type->date_from !== '2000-01-01') @endif
@if ($time_slot_type->date_to !== '3000-01-01') @endif
@foreach ($time_slot_type->object_week_days as $object_week_day)
{{ inputValue('time_to') }}
@endforeach
@endsection @section('scripts') @endsection