@use(Carbon\Carbon) @extends('adminlte::layouts.app') @section('htmlheader_title') {{ $so->sid }} @endsection @section('page_title') {{ $so->sid }} @endsection @section('contentheader_title') Service: {{ $so->sid }} {{ $so->product->name }} @endsection @section('contentheader_description') {{ $so->name }} @endsection @section('main-content')
@csrf
Change Service
@if($so->isContract())
NOTE: This service is in a contract until {{ $so->contract_end->format('Y-m-d') }}, thus it may not be able to change plans.
@endif
@includeIf('theme.backend.adminlte.service.widget.'.$so->product->category.'.change',['o'=>$so->type])
@endsection