@extends('provider.provider') @section('content')
  • {{ __('Service Information') }}
  • {{ __('Branch Information') }}
  • {{ __('Gallery') }}
  • {{ __('Seo') }}

{{ __('available_translations') }}

@php $langCode = \App::getLocale(); $language = \Modules\GlobalSetting\app\Models\Language::where('code', $langCode)->first(); @endphp

Service Information

Basic Information
@if($chat_status === "1") @endif
Pricing
@if ($show_package) @else
@endif @if($show_package) @endif
@if($show_slot)
{{ __('Add Service Slot') }}
@foreach (['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] as $day)
{{ __($day) }}
@endforeach
@endif
Add Additional Services
@endsection