@extends('layouts.app') @section('title') Add Asset Maintainance @stop @section('breadcrumb') @stop @section('content')
@if(Session::has('date_error')) @endif

Add Asset Maintainance

{{csrf_field()}}
@if ($errors->has('fixed_assets')) {{ $errors->first('fixed_assets') }} @endif
@if ($errors->has('fixed_assets')) {{ $errors->first('fixed_assets') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('cost')) {{ $errors->first('cost') }} @endif
@stop