@extends('layout') @section('h4-page', __('promotions')) @section('contents')
| # | {{ __('Image') }} | {{ __('External Link') }} | {{ __('Action') }} |
|---|---|---|---|
| {{ $main->currentPage() > 1 ? $main->perPage() * $main->currentPage() - $main->perPage() + $key + 1 : $key + 1 }} | |
{{ $item->external_link }} | |
| {{ __('NoDataFound') }} | |||