@extends('layouts.admin') @section('content')
Data {{ trans('cruds.settlement.title_singular') }}
{{ $settlement->status }}
@if($errors->has('datetime'))
{{ $errors->first('datetime') }}
@endif {{ trans('cruds.settlement.fields.datetime_helper') }}
@if($errors->has('transaction_count'))
{{ $errors->first('transaction_count') }}
@endif {{ trans('cruds.settlement.fields.transactions_count_helper') }}
@if($errors->has('total_amount'))
{{ $errors->first('total_amount') }}
@endif {{ trans('cruds.settlement.fields.total_amount_helper') }}
@if($errors->has('filename'))
{{ $errors->first('filename') }}
@endif {{ trans('cruds.settlement.fields.filename_helper') }}
@if($errors->has('merchant_id'))
{{ $errors->first('merchant_id') }}
@endif {{ trans('cruds.settlement.fields.merchant_id_helper') }}
@if($errors->has('contents'))
{{ $errors->first('contents') }}
@endif {{ trans('cruds.settlement.fields.contents_helper') }}
{{ trans('global.edit') }} {{ trans('cruds.settlement.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('valid_amount'))
{{ $errors->first('valid_amount') }}
@endif {{ trans('cruds.settlement.fields.valid_amount_helper') }}
@if($errors->has('invalid_amount'))
{{ $errors->first('invalid_amount') }}
@endif {{ trans('cruds.settlement.fields.invalid_amount_helper') }}
@if($errors->has('settled_amount'))
{{ $errors->first('settled_amount') }}
@endif {{ trans('cruds.settlement.fields.settled_amount_helper') }}
@if($errors->has('images'))
{{ $errors->first('images') }}
@endif {{ trans('cruds.settlement.fields.images_helper') }}
@if($errors->has('files'))
{{ $errors->first('files') }}
@endif {{ trans('cruds.settlement.fields.files_helper') }}
@endsection @section('scripts') @endsection