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

Add New Asset

Create a new company asset record
Back
@if($errors->any())
Please fix the errors:
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
Asset Details
Attachments
PDF/Doc/Excel/Zip supported
Total will be calculated automatically (Qty × Price).
@endsection