@extends('layouts.admin') @section('title', 'Detail Banner: ' . $banner->title) @section('content')
| Status | |
|---|---|
| Urutan | {{ $banner->order }} |
| Dibuat | {{ $banner->created_at->format('d M Y H:i') }} |
| Diperbarui | {{ $banner->updated_at->format('d M Y H:i') }} |
{{ $banner->description }}