@extends('admin::layouts.app') @section('content')
@method('PUT')

{{ __('admin.my_workshop') }}

{{ __('admin.edit_workshop') }}

{{ __('static.cancel') }}
{{ __('admin.enter_the_details_below_for_create_edit_workshop') }}
@if (auth()->user()->hasRole([app\helpers\ConstantHelper::INDIVIDUAL_USER])) {{-- --}} @endif
{{--
--}}
@if (auth()->user()->hasRole([app\helpers\ConstantHelper::BUSINESS_USER]))
@endif
@foreach ($weekDays as $key => $weekDay) @endforeach
Sr.No. {{ __('admin.weekDays') }} {{ __('admin.opening_time') }} {{ __('admin.closing_time') }} {{ __('admin.status') }}
{{ $key + 1 }} {{ ucfirst($weekDay) }}
@endsection @section('script') @endsection