@extends('admin.includes.base') @section('content')
@include('common.notify')

Update Transaction


{{csrf_field()}}
@if ($errors->has('receipt_name')) {{ $errors->first('receipt_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('contact_type')) {{ $errors->first('contact_type') }} @endif
@if ($errors->has('contact')) {{ $errors->first('contact') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('street_number')) {{ $errors->first('street_number') }} @endif
@if ($errors->has('street_route')) {{ $errors->first('street_route') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('created_at')) {{ $errors->first('created_at') }} @endif
@if ($errors->has('is_sent')) {{ $errors->first('is_sent') }} @endif
@if ($errors->has('sent_remarks')) {{ $errors->first('sent_remarks') }} @endif
@push('scripts') @endpush
@endsection