@extends('adminlte::layouts.app') @section('htmlheader_title') {{ $o->sid }} @endsection @section('page_title') {{ $o->sid }} @endsection @section('contentheader_title') Service: {{ $o->sid }} {{ $o->product->name }} @endsection @section('contentheader_description') {{ $o->name }} @endsection @section('main-content')
Update Order Status: {{ $o->order_status }}
{{ csrf_field() }}
@includeIf('service.widget.'.$o->product->category.'.order',['o'=>$o->type])
@endsection @section('page-scripts') @css(summernote) @js(summernote) @append