@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 Add New New Work Enquiry Enquiry No Enquiry Date Time Customer Location Description WO Type Select Work TYpe.. @foreach($wotype as $row) {{ $row->name }} @endforeach Remarks Submit Cancel × Customer @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop