@extends('admin::layout.layout') @section('title', __('admin::lang.Ad Banners') . ' - ' . $placement->name) @section('content')

{{ __('admin::lang.Placement Type') }}

{{ $placement->type->label() }}

{{ __('admin::lang.Location') }}

{{ ucfirst($placement->location) }}

{{ __('admin::home.Status') }}

{{ $placement->status->value }}

{{ __('admin::lang.Total Banners') }}

{{ $placement->banners()->count() }} / {{ $placement->max_banners ?? '∞' }}
@endsection