@extends('admin.layouts.app') @section('title', __('dashboard.banner_details')) @section('content')
@if($banner->image) {{ $banner->name }} @endif

{{ $banner->name }}

{{ $banner->description ?? '-' }}

@if($banner->button_text) {{ $banner->button_text }} @endif
@if($banner->is_active) {{ __('dashboard.active') }} @else {{ __('dashboard.inactive') }} @endif
{{ __('dashboard.general_info') }}
@endsection