Icon
Title
Technology
Type
Price
Action
@foreach($getData as $data)
{{$data->ept_title}}
{{$data->technology_name}}
@if($data->ept_type == '0')
Theme/Template
@elseif($data->ept_type == '1')
Plugin
@else
App
@endif
{{env('APP_MONEY_SYMBOL')}}{{$data->ept_price}}
@endforeach
@if ($getData->lastPage() > 1)
@for ($i = 1; $i <= $getData->lastPage(); $i++)