@extends('user.layouts.app')
@section('body_class', 'biodiversity')
@push('styles')
@endpush
@section('content')
@foreach($bannerImages as $image)
@endforeach
Biodiversity
@if(!empty($biodiversity))
@foreach($biodiversity as $bio)
-
@endforeach
@endif
arrow_back
arrow_forwards
@endsection
@section('footer')
@endsection
@push('scripts')
@endpush