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