@extends('layouts.auth') @section('main-content')

{{ env('APP_NAME') ?? 'Perijinan Berlayar' }}

{{ __('Reset Password') }}

@if ($errors->any()) @endif
@endsection