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

{{__("Boarding")}}

@endsection @section("content")

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

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