@extends('themes.default1.client.layout.client') @section('title') My Tickets - @stop @section('myticket') class="nav-item active" @stop @section('content')
id) ->where('status', '=', 1) ->orderBy('id', 'DESC') ->paginate(20); ?> id) ->whereIn('status', [2, 3]) ->orderBy('id', 'DESC') ->paginate(20); ?>
@stop