@extends('sidebar-template')
@section('content')
@include('blocks.banners')
@include('blocks.buttons')
futuREuse directory
The UK & Ireland 500 is a focused edit of the Salvo directory which has been running for thirty years. Part of the FCRBE, which stands for - Facilitating the circulation of reclaimed building elements, and what Salvo has branded futuREuse. Currently only 1% of building materials are reused following their first application, so the project aims to highlight businesses and regular stocks and increase reuse of reclaimed building materials.
@if(isAdmin())
@endif
@foreach ($items as $item)
@include('blocks.item-card-fcrbe-new')
@endforeach
@include('blocks.items-pagination')
@stop
@section('sidebar-fcrbe')
@if ($filtersButtonEnabled)
@endif
@if ($fcrbeFilters && count($fcrbeFilters) > 0)
@endif
{{-- --}}
@stop
@section('js_functions')
my_main.handle_fcrbe_apply_filters_form();
my_main.handle_fcrbe_reset_filters_form();
my_main.handle_search_input();
my_main.handle_location_search_input();
@stop