@extends('layouts.admin') @section('content')
Payment Upload
@csrf
@if($errors->has('user_id'))

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

@endif

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

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

@endif

untuk kwitansi

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

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

@endif

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

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

@endif

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

@endsection @section('scripts') @stop