@extends('layouts.app') @section('head') @endsection @section('breadcrumb')

@lang('Show Ticket') #{{ $ticket->id }}

@endsection @push('modals') @push('scripts') @endpush @endpush @section('content') @if ($success_message = Session::get('success'))

{{ $success_message }}

@endif @if ($notify_message = Session::get('notify'))

{{ $notify_message }}

@endif @if ($errors->any())
@lang('Whoops!') @lang('There were some problems with your input.')

@endif @if($isResponsable || $agentsWithStatuses->isNotEmpty())

Статус работы ответственных сотрудников над тикетом

@if(!$myTicketStatus && $isResponsable)
@csrf
@endif @if($agentsWithStatuses->isNotEmpty()) @endif
@endif
{{-- order-2 col-xl-8 order-xl-1--}} @include('tickets.show.main')
{{--
@include('tickets.show.right')
--}}
@endsection