@extends('layouts.app') @section('title') Add Asset Sale @stop @section('breadcrumb') @stop @section('content')

Add Asset Sale

@if(Session::has('error')) @endif

{{csrf_field()}}
@if ($errors->has('asset')) {{ $errors->first('asset') }} @endif
@if ($errors->has('sale_date')) {{ $errors->first('sale_date') }} @endif
@if ($errors->has('maiantainance_cost')) {{ $errors->first('maiantainance_cost') }} @endif
@if ($errors->has('wdv')) {{ $errors->first('wdv') }} @endif
@stop @section('js') @stop