@extends('adminlte::page') @section('title', 'Ticket') @section('content_header')

Ticket #{{$invoice_no}}

@stop @section('content')
@if($is_closed=='1')

Ticket Closed

@endif

{{$problem_title}}

Due Date: {{$due_date}}

{!! $problem_description !!}

Mentioned Department

    @foreach($dept as $v)
  • {{trim($v)}}
  • @endforeach
@if($is_closed=='0') @endif

Ticket Response

Leave comment

@csrf @if($is_closed=='0') @endif
@stop @section('css') @stop @section('js')