@extends('layouts.admin') @section('title', 'Manage Images') @section('content')
Type: {{ ucfirst($banner->type) }}
Status: {{ $banner->active ? 'Active' : 'Inactive' }}