| # | {{ __('adminstaticword.Course') }} | {{ __('adminstaticword.User') }} | {{ __('adminstaticword.Review') }} | {{ __('adminstaticword.Learn') }} | {{ __('adminstaticword.Price') }} | {{ __('adminstaticword.Value') }} | {{ __('adminstaticword.Status') }} | {{ __('adminstaticword.Approved') }} | {{ __('adminstaticword.Featured') }} | {{ __('adminstaticword.Action') }} |
|---|---|---|---|---|---|---|---|---|---|---|
|
1 |
{{ucfirst($jp->courses->title)}} | {{ ucfirst($jp->user['fname']) }} {{ ucfirst($jp->user['lname']) }} | {{str_limit($jp->review, $limit = 50, $end = '...')}} | {{$jp->learn}} | {{$jp->price}} | {{$jp->value}} |
|