@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.setting.fields.hours') }} Default
@method('PUT') @csrf
@if($errors->has('default_open'))
{{ $errors->first('default_open') }}
@endif {{ trans('cruds.setting.fields.default_helper') }}
s/d
@if($errors->has('default_close'))
{{ $errors->first('default_close') }}
@endif {{ trans('cruds.setting.fields.default_helper') }}
{{ trans('global.edit') }} {{ trans('cruds.setting.fields.hours') }} per Hari
@method('PUT') @csrf
@if($errors->has('monday_open'))
{{ $errors->first('monday') }}
@endif {{ trans('cruds.setting.fields.monday_helper') }}
s/d
@if($errors->has('monday_close'))
{{ $errors->first('monday_close') }}
@endif {{ trans('cruds.setting.fields.monday_helper') }}
@if($errors->has('tuesday_open'))
{{ $errors->first('tuesday_open') }}
@endif {{ trans('cruds.setting.fields.tuesday_helper') }}
s/d
@if($errors->has('tuesday_close'))
{{ $errors->first('tuesday_close') }}
@endif {{ trans('cruds.setting.fields.tuesday_helper') }}
@if($errors->has('wednesday_open'))
{{ $errors->first('wednesday_open') }}
@endif {{ trans('cruds.setting.fields.wednesday_helper') }}
s/d
@if($errors->has('wednesday_close'))
{{ $errors->first('wednesday_close') }}
@endif {{ trans('cruds.setting.fields.wednesday_helper') }}
@if($errors->has('thursday_open'))
{{ $errors->first('thursday_open') }}
@endif {{ trans('cruds.setting.fields.thursday_helper') }}
s/d
@if($errors->has('thursday_close'))
{{ $errors->first('thursday_close') }}
@endif {{ trans('cruds.setting.fields.thursday_helper') }}
@if($errors->has('friday_open'))
{{ $errors->first('friday_open') }}
@endif {{ trans('cruds.setting.fields.friday_helper') }}
s/d
@if($errors->has('friday_close'))
{{ $errors->first('friday_close') }}
@endif {{ trans('cruds.setting.fields.friday_helper') }}
@if($errors->has('saturday_open'))
{{ $errors->first('saturday_open') }}
@endif {{ trans('cruds.setting.fields.saturday_helper') }}
s/d
@if($errors->has('saturday_close'))
{{ $errors->first('saturday_close') }}
@endif {{ trans('cruds.setting.fields.saturday_helper') }}
@if($errors->has('sunday_open'))
{{ $errors->first('sunday_open') }}
@endif {{ trans('cruds.setting.fields.sunday_helper') }}
s/d
@if($errors->has('sunday_close'))
{{ $errors->first('sunday_close') }}
@endif {{ trans('cruds.setting.fields.sunday_helper') }}
@endsection