@extends('layouts.participan') @section('content')
{{ trans('global.edit') }} Payment
id]) }}" method="POST" enctype="multipart/form-data"> @csrf @method('PUT')
@if($errors->has('paytype'))

{{ $errors->first('paytype') }}

@endif

Must be selected

@if($errors->has('name'))

{{ $errors->first('name') }}

@endif

{{ trans('cruds.hotel.fields.name_helper') }}

@if($errors->has('jumlah'))

{{ $errors->first('jumlah') }}

@endif

{{ trans('cruds.hotel.fields.name_helper') }}

@if($errors->has('photo'))

{{ $errors->first('photo') }}

@endif

{{ trans('cruds.hotel.fields.photo_helper') }}

@endsection @section('scripts') @stop