@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 Enquiry Edit Edit Work Enquiry Enquiry No WO Date Time Customer Location Location Select Location.. @foreach($location as $row) id==$worow->location_id)?'selected':''}}>{{ $row->name }} @endforeach WO Description WO Type Select Work TYpe.. @foreach($wotype as $row) id==$worow->type_id)?'selected':''}}>{{ $row->name }} @endforeach Status status==0)?'selected':''}}>Open status==2)?'selected':''}}>Cancelled Remarks Submit Cancel × Customer @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop