@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 Customer Customer Reference No. WO Description WO Type Select Work TYpe.. @foreach($wotype as $row) id==$worow->type_id)?'selected':''}}>{{ $row->name }} @endforeach Technician @foreach($technician as $row) {{ $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