@extends('titan::layouts.admin') @section('content')
| Banner | Summary | Button | Active From | Active To | Image | Website | Action |
|---|---|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->summary }} | {{ $item->action_name }} | {{ format_date($item->active_from) }} | {{ isset($item->active_to)? format_date($item->active_to):'-' }} | {!! image_row_link($item->image_thumb, $item->image) !!} | {{ $item->is_website ? 'Yes':'No' }} |