@extends('layouts.app', ['activePage' => 'projectAmount', 'titlePage' => __('Settings')]) @section('content')
@csrf @method('put')

{{ __('Edit Project Amount') }}

@if ($errors->has('amount')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection