@extends('layouts.adminapp') @section('title') {{ __('lng.AddMember') }} - {{ __('lng.Edit') }} @endsection @section('open_payments', 'open') @section('active_payments', 'active') @section('active_kuri', 'active') @section('content')

{{ __('lng.AddMember') }}

@csrf @method('patch')
{{ $KuriMember->Kuri->title ?? '' }} : {{ __('lng.EditMember') }}
@error('register_no')
{{ $message }}
@enderror
@if ($KuriMember->is_gust)
@else
@endif
@error('amount')
{{ $message }}
@enderror
@endsection