@extends('adminlte::layouts.app') @section('htmlheader_title') Service #{{ $o->id }} @endsection @section('contentheader_title') Service # @endsection @section('contentheader_description') {{ $o->service_id }} @endsection @section('main-content')

Service Information

@switch($o->order_status) @case('ORDER-SUBMIT') @case('ORDER-SENT') @case('ORDER-HOLD') @case('ORDERED') @include('u.widgets.service.order.sent') @break @default @include('u.widgets.service.info') @endswitch
@endsection