@extends('dashboard.layouts.master') @section('title', 'Banner Section Details') @section('content')

{{$banner_section->heading}} Details

Back to List
@if($banner_section->icon) icon @else
No Image
@endif

Heading: {{ $banner_section->heading ?? '-' }}

Text: {{ $banner_section->text ?? '-' }}

Created At: {{ $banner_section->created_at->format('Y-m-d H:i A') }}

@endsection