@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')
Cancelling Service
@if ($errors->any()) @include('common.service.widget.error') @endif
{{ csrf_field() }}
{{-- @includeIf('u.service.widgets.'.$o->product->category.'.order',['o'=>$o->type]) --}}
@endsection @section('page-scripts') @themejs('//cdn.jsdelivr.net/momentjs/latest/moment.min.js','moment-js') @themejs('//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js','daterange-js') @themecss('//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css','daterange-css') @append