@extends('adminlte::page') @section('title', __('team-setting.pin.title')) @section('content_header')
@stop @section('content')

{!! __('team-setting.common.input_required') !!}

{!! __('team-setting.pin.description') !!}

@csrf
{!! __('team-setting.pin.inputs.new_pin') !!}

{!! __('team-setting.pin.inputs.pin_rule') !!}

@error('new_pin')

{{ $message }}

@enderror

{!! __('team-setting.pin.inputs.new_pin_confirmation') !!}
@error('new_pin_confirmation')

{{ $message }}

@enderror

@stop @section('css') @include('components.custom-css') @stop @section('js') @stop