@extends('layouts.sidebar') @section('title', 'Nomadic-Studio Equipment Schedule') @section('content') {{$equipment->name}} Studio: {{$studio->name}} @csrf Availability & prices Minimum Booking Time Days @for ($i = 1; $i <= 30; $i++) @php $value = str_pad($i, 2, '0', STR_PAD_LEFT); @endphp {{ $value }} @endfor Hours @for ($i = 1; $i <= 23; $i++) @php $value = str_pad($i, 2, '0', STR_PAD_LEFT); @endphp {{ $value }} @endfor Minutes 15 30 45 Maximum Booking Time Days @for ($i = 1; $i <= 30; $i++) @php $value = str_pad($i, 2, '0', STR_PAD_LEFT); @endphp {{ $value }} @endfor Hours @for ($i = 1; $i <= 23; $i++) @php $value = str_pad($i, 2, '0', STR_PAD_LEFT); @endphp {{ $value }} @endfor Minutes 15 30 45 Daily availability Recurring availability Daily Availability Daily ({{session()->get('user_currency')}}) Hourly ({{session()->get('user_currency')}}) Recurring Availability Daily ({{session()->get('user_currency')}}) Hourly ({{session()->get('user_currency')}}) @foreach(['Mon','Tue','Wed','Thu','Fri','Sat','Sun'] as $idx => $day) {{$day}} @endforeach Save Reset @endsection @section('footer_scripts') @endsection
Studio: {{$studio->name}}