@extends('master.app') @section('title', 'Edit Asset') @section('body')

Edit Asset

Update asset information
Back
@if($errors->any())
Please fix the errors:
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf @method('PUT')
Asset Details
Attachments
@if($asset->picture)
pic
@endif
@if($asset->document) @endif
Total auto-calculated: {{ number_format($asset->total ?? 0) }}
@endsection