@extends('layouts.admin') @section('title', tr('bannerimages')) @section('content-header', tr('bannerimages')) @section('breadcrumb')
| {{ tr('id') }} | {{ tr('banner_title') }} | {{ tr('banner_text') }} | {{ tr('image') }} | {{ tr('view') }} | {{ tr('status') }} | {{ tr('action') }} |
|---|---|---|---|---|---|---|
| {{ showEntries($_GET,$i+1) }} | {{ $banner_details->banner_title ? $banner_details->banner_title : "-" }} | {{ $banner_details->banner_text ? $banner_details->banner_text : "-" }} |
|
{{ tr('view') }} | @if($banner_details->status == COMMON_APPROVED) {{ tr('approved') }} @else {{ tr('pending') }} @endif |
|