@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.courseBudget.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('budget'))
{{ $errors->first('budget') }}
@endif {{ trans('cruds.courseBudget.fields.budget_helper') }}
@if($errors->has('rate'))
{{ $errors->first('rate') }}
@endif {{ trans('cruds.courseBudget.fields.rate_helper') }}
@if($errors->has('comment'))
{{ $errors->first('comment') }}
@endif {{ trans('cruds.courseBudget.fields.comment_helper') }}
@if($errors->has('course'))
{{ $errors->first('course') }}
@endif {{ trans('cruds.courseBudget.fields.course_helper') }}
@endsection