@extends('layouts.portal') @section('page-title', __('Advertisements')) @section('sidebar') @include('admin.partials.sidebar') @endsection @section('content')
| {{ __('Title') }} | {{ __('Position') }} | {{ __('Type') }} | {{ __('Stats') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $ad->title }} | {{ $ad->position }} | {{ $ad->type }} | {{ $ad->impressions }} / {{ $ad->clicks }} |