applicaton fx
This commit is contained in:
parent
480dcc1499
commit
50b2dfa80f
|
|
@ -130,9 +130,6 @@ class="bi bi-check2-square" viewBox="0 0 16 16">
|
|||
</div>
|
||||
<!-- /.modal-dialog-->
|
||||
</div>
|
||||
@else
|
||||
<button class="btn btn-secondary mb-4" style="text-transform: capitalize"
|
||||
type="button">{{ $application->state }}</button>
|
||||
@endif
|
||||
@if($application->ticket)
|
||||
<a class="btn btn-success mb-4" href="{{backpack_url('chat')}}?ticket_id={{ $application->ticket->id }}">{{ trans('app.last_updates.go_to_ticket') }}</a>
|
||||
|
|
@ -214,7 +211,7 @@ class="bi bi-ticket-perforated" viewBox="0 0 16 16">
|
|||
<h5 class="card-title">{{ trans('app.last_updates.application') }}</h5>
|
||||
<div class="form-group">
|
||||
<label for="company"><small>{{ trans('app.ticket.status') }}</small></label>
|
||||
<h6><strong>{{ $application->state }}</strong></h6>
|
||||
<h6><strong>{{ trans('app.application.'.$application->state) }}</strong></h6>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="company"><small>{{ trans('app.last_updates.accepted_by') }}</small></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue