@extends('layout.b2c')
@section('title', 'Krojač B2C | Kurs')
@section('content')
@include('front.purchase.partials._top-title-section')
@include('front.purchase.partials._purchase-section')
{{-- @include('inc.B2C._footer') --}}
@include('front.partials.index_b2c._footer')
@endsection
@section('modals-and-offcanvas')
@include('front.buy_subscribe.partials._modal-dodaj-adresu')
@endsection
@section('add-scripts')
@parent
@endsection