@extends ('../welcome') @section('content')

Open Ticket

@csrf
@if (auth()->user()->type == 'admin' || auth()->user()->role->hasPermission('tickets-assignUser'))
@else user()->id}}> @endif
@endsection