@extends('layouts.app') @section('content')

{{ isset($pettyCash) ? __('pettyCash.edit') : __('pettyCash.create') }}

@csrf @if(isset($pettyCash)) @method('PUT') @endif

{{ __('pettyCash.currency_conversion_note') }}

@if(isset($pettyCash) && $pettyCash?->receipt_path) @endif

{{ __('pettyCash.receipt_help') }}

{{ __('attachment.max_files_help') }}

{{ __('common.cancel') }}
@endsection