@extends('backend.layouts.master') @section('title', __('static.provider_time_slot.edit')) @push('style') @endpush @section('content')
{{ __('static.provider_time_slot.edit') }}
@method('PUT') @csrf @include('backend.provider-time-slot.fields')
@endsection @push('js') @endpush