@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.asset.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('category')) {{ $errors->first('category') }} @endif {{ trans('cruds.asset.fields.category_helper') }}
@if($errors->has('serial_number')) {{ $errors->first('serial_number') }} @endif {{ trans('cruds.asset.fields.serial_number_helper') }}
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.asset.fields.name_helper') }}
@if($errors->has('photos')) {{ $errors->first('photos') }} @endif {{ trans('cruds.asset.fields.photos_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.asset.fields.status_helper') }}
@if($errors->has('location')) {{ $errors->first('location') }} @endif {{ trans('cruds.asset.fields.location_helper') }}
@if($errors->has('notes')) {{ $errors->first('notes') }} @endif {{ trans('cruds.asset.fields.notes_helper') }}
@if($errors->has('assigned_to')) {{ $errors->first('assigned_to') }} @endif {{ trans('cruds.asset.fields.assigned_to_helper') }}
@endsection @section('scripts') @endsection