@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.asset.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.asset.fields.name_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.asset.fields.description_helper') }}
@if($errors->has('danger_level'))
{{ $errors->first('danger_level') }}
@endif
@endsection