@extends('layouts.site') @section('title', t('Kitaplarımız')) @push('styles') @include('templates.books.css.main') @endpush @section('content')
{{-- Hero Section --}} @include('templates.books.sections.hero') {{-- Content Section --}}
{{-- Section Title --}}

{{ t('Yayınlarımız') }}

{{ t('Eğitim ve bilim alanında hazırladığımız kitaplarımızı keşfedin.') }}

{{-- Categories Removed --}} {{-- Book List --}} @include('templates.books.sections.book-list')
{{-- CTA Footer --}} @include('templates.books.sections.footer')
@endsection @push('scripts') @include('templates.books.js.global') @include('templates.books.js.slider') @endpush