@extends('admin/layouts/default') @section('title') Workorders @parent @stop {{-- Page content --}} @section('content')

Workorders

@include('flash::message')

Workorders List


@include('admin.workorders.table')
@stop