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

{{__("lessons")}}

{{__("create-lessons")}}

@endsection @section("content")

{{__("create-new-lessons")}}

@csrf
@error("lesson_name_en")
{{$message}}
@enderror
@error("lesson_name_ar")
{{$message}}
@enderror
@error("lesson_number")
{{$message}}
@enderror
@error("time_from")
{{$message}}
@enderror
@error("time_to")
{{$message}}
@enderror
@endsection @section("scripts") @endsection