@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.dailyStat.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('merchant'))
{{ $errors->first('merchant') }}
@endif {{ trans('cruds.dailyStat.fields.merchant_helper') }}
@if($errors->has('inbound_count'))
{{ $errors->first('inbound_count') }}
@endif {{ trans('cruds.dailyStat.fields.inbound_count_helper') }}
@if($errors->has('outbound_count'))
{{ $errors->first('outbound_count') }}
@endif {{ trans('cruds.dailyStat.fields.outbound_count_helper') }}
@if($errors->has('transaction_created_count'))
{{ $errors->first('transaction_created_count') }}
@endif {{ trans('cruds.dailyStat.fields.transaction_created_count_helper') }}
@if($errors->has('transaction_paid_count'))
{{ $errors->first('transaction_paid_count') }}
@endif {{ trans('cruds.dailyStat.fields.transaction_paid_count_helper') }}
@if($errors->has('transaction_expired_count'))
{{ $errors->first('transaction_expired_count') }}
@endif {{ trans('cruds.dailyStat.fields.transaction_expired_count_helper') }}
@if($errors->has('transaction_canceled_count'))
{{ $errors->first('transaction_canceled_count') }}
@endif {{ trans('cruds.dailyStat.fields.transaction_canceled_count_helper') }}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.dailyStat.fields.date_helper') }}
@endsection