@if(session('success'))
{!! session('success') !!}
@elseif(session('danger'))
{{ session('danger') }}
@endif
@if ($errors->has('quantity'))
{{ $errors->first('quantity') }}
@endif
ID |
Judul |
Status |
Action |
@foreach($tickets as $ticket)
#{{ $ticket->id }} |
@if($ticket->read_by_user == false)
Belum dibaca
@endif
{{ substr($ticket->subject,0,70) }}.. |
{{ $ticket->status }}
|
|
@endforeach