@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')
@include('adminlte::widget.status')
Change Service
{{ csrf_field() }}
@includeIf('service.widget.'.$o->product->category.'.change',['o'=>$o->type])
@endsection @section('page-scripts') @themejs('//cdn.jsdelivr.net/momentjs/latest/moment.min.js','moment-js') @themejsc('//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js','daterange-js') @themecss('//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css','daterange-css') @append