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