@extends('layouts.admin-simple') @section('title', 'New Asset Disposal') @section('breadcrumb') @endsection @section('page-title')

New Asset Disposal

Dispose of a fixed asset

arrow_back Back
@endsection @section('content') @if($errors->any())
@endif
@csrf
delete_foreverDisposal Details
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush