@extends("layouts.admin.app") @section("page-nav-title")

{{__("onboardings")}}

{{__("Create New Onboarding")}}

@endsection @section("content")

{{__("Create New Onboarding")}}

@csrf
@error("title")
{{$message}}
@enderror
@error("description")
{{$message}}
@enderror

@error("onboarding_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection