@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Maintenance System Maintenance System Work Order Edit Edit Work Order WO. No. WO. Date Time Enquiry No. Project Name Location Select Location.. @foreach($location as $row) id==$worow->location_id)?'selected':''}}>{{ $row->name }} @endforeach Customer WO Description WO Type Select Work TYpe.. @foreach($wotype as $row) id==$worow->type_id)?'selected':''}}>{{ $row->name }} @endforeach Technician Select Technician.. @foreach($technician as $row) id==$worow->technician_id)?'selected':''}}>{{ $row->name }} @endforeach Scheduled Time Total Time WO Status status==0)?'selected':''}}>Pending status==1)?'selected':''}}>Hold status==2)?'selected':''}}>Ongoing status==3)?'selected':''}}>Completed Remarks WO Closed Date Submit Cancel × Projects × Customer @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop