@extends('admin.template.layout') @section('content')
@if(get_user_permission('products','c')) @endif
Clear
@foreach ($list as $role) @endforeach
# Ticket Ticket Name Type Price Status Created on Action
{{ $loop->index + 1 + ($list->perPage() * ($list->currentPage() - 1)) }} {{ $role->product_name }} {{ $role->product_type }} {{ $role->price }} {{ $role->getStatusText() }} {{ web_date_in_timezone($role->created_at) }}
{!! $list->appends(request()->all())->links('admin.template.pagination') !!}
@stop @section('script') @stop