@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.project.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.project.fields.description_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.project.fields.name_helper') }}
@if($errors->has('source_site'))
{{ $errors->first('source_site') }}
@endif {{ trans('cruds.project.fields.source_site_helper') }}
@if($errors->has('destination_site'))
{{ $errors->first('destination_site') }}
@endif {{ trans('cruds.project.fields.destination_site_helper') }}
@if($errors->has('due_date'))
{{ $errors->first('due_date') }}
@endif {{ trans('cruds.project.fields.due_date_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('tes'))
{{ $errors->first('tes') }}
@endif {{ trans('cruds.project.fields.tes_helper') }}
@endsection @section('scripts') @endsection