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

{{__("onboardings")}}

{{__("Edit Onboarding")}}

@endsection @section("content")

{{__("Edit Onboarding")}}

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

@error("onboarding_image")
{{$message}}
@enderror
url }}" alt="">
@endsection @section("scripts") @endsection