@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