File "breadcrumb.blade.php"

Full Path: /home/trinadezambia/public_html/gambling/resources/views/templates/basic/partials/breadcrumb.blade.php
File size: 711 bytes
MIME-type: text/html
Charset: utf-8

@php
    $breadcrumb = getContent('breadcrumb.content', true);
@endphp
<section class="inner-hero bg_img" style="background-image: url( {{ getImage('assets/images/frontend/breadcrumb/' . $breadcrumb?->data_values?->image, '1920x1080') }} );">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 position-relative text-center">
                <h2 class="page-title">{{ __($pageTitle) }}</h2>
                <ul class="page-list justify-content-center">
                    <li><a href="{{ route('home') }}">@lang('Home')</a></li>
                    <li>{{ __($pageTitle) }}</li>
                </ul>
            </div>
        </div>
    </div>
</section>