@extends('layouts.front.login-site') @section('content') {{-- Page Banner Begins --}}
{{-- Page Banner Ends --}} {{-- Search Materials Begins --}}
{{--
--}}
{{-- Search Materials Ends --}} {{-- Material Item Begins --}}
@include('front.users.building-material.category')

Roofing Materials

See more

{{-- @dd($materials) --}} @foreach ($materials as $item) @foreach ($item->materials as $item)
{{ $item->title }}
{{ $item->title }}

{{ $item->denomination ?? '₦' }} {{ number_format($item->price) }} {{ $item->quantity }}
{{ $item->state ?? 'Lagos' }}

View
@endforeach {{-- @if (count($item->materials) > 8) @endif --}} @endforeach
{{-- Material Item Ends --}}
See Stores

Buy your building materials from stores around you.

See Stores
{{-- New Arrival Material Item Begins --}}

New arrivals

See more

@foreach ($latest as $item)
{{ $item->title }}
{{ $item->title }}

{{ $item->denomination ?? '₦' }} {{ number_format($item->price) }} {{ $item->quantity }}
{{ $item->state ?? 'Lagos' }}

View
@endforeach
{{-- New Arrival Material Item Ends --}} {{-- Connect With Property Experts Begins --}} @include('front.hero-sections.experts') {{-- Connect With Property Experts Ends --}} {{-- For Verified Icon --}} {{-- For checkbox-search by type Icon --}} @include('front.users.building-material.search-checkbox') {{-- For checkbox-search by type Icon --}}
@endsection