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

{{ __('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