@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 Add New New 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) {{ $row->name }} @endforeach Technicians @foreach($technician as $row) {{ $row->name }} @endforeach Scheduled Time Total Time WO Status Pending Hold Ongoing Completed Remarks WO Closed Date Submit Cancel × Projects × Customer @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop