@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Consultant")}}

{{__("Create Schedule")}}

@endsection @section("content")

{{__("create Schedule")}}

{{--

Working Time Agenda

--}}
@csrf
@endsection @section("scripts") @endsection