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

Serviceorders

@include('flash::message')

Serviceorders List


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