@extends('user.layouts.app')
@section('body_class', 'tolly_tatler')
@section('content')
@foreach($bannerImages as $image)
@endforeach
Brand Books
@if(!empty($brand_books))
@foreach($brand_books as $brand_book)
-
@endforeach
@endif
@endsection
@section('footer')
@endsection
@push('scripts')
@endpush