@extends('admin/layouts/default') @section('title') Serviceorders @parent @stop {{-- Page content --}} @section('content') Serviceorders Dashboard Serviceorders Serviceorders List @include('flash::message') Serviceorders List @lang('button.create') @include('admin.serviceorders.table') @stop