@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->sname }}: {{ $o->sdesc }} @endsection @section('main-content')
Change Service
@if ($errors->any()) @include('common.service.widget.error') @endif
{{ csrf_field() }}
@includeIf('u.service.widgets.'.$o->stype.'.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