@extends('backend.layouts.grid') @section('title', __('advertisements')) @section('content')
| {{ __('#') }} | {{ __('Position') }} | {{ __('Size') }} | {{ __('Status') }} | {{ __('Last update') }} | |
|---|---|---|---|---|---|
| {{ $advertisement->id }} | {{ $advertisement->position }} | {{ $advertisement->size }} | @if ($advertisement->status) {{ __('Enabled') }} @else {{ __('Disabled') }} @endif | {{ vDate($advertisement->updated_at) }} |
|