{{ __('Project Amounts') }}
{{ __('Here you can manage Project Amount') }}
@if (session('status'))
@endif
{{ session('status') }}
| {{ __('Amount') }} | {{ __('Description') }} | {{ __('Actions') }} | @foreach($amounts as $amount)
|---|---|---|
| {{ $amount->amount }} | {{ $amount->description }} |