@extends('layouts.front.login-site') @section('content') {{-- Page Banner Begins --}}

Explore our extensive collection of building materials! From roofing to flooring, find premium materials suitable for all your construction needs. Don't miss the opportunity to enhance your projects with the best quality materials available. Browse now to discover the perfect fit for your next build!

Building Materials Banner
{{-- New Arrival Material Item Begins --}}

All Building Materials

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

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

View
@endforeach
{{-- Pagination links --}} @if (count($materials) > 0) @endif
{{-- New Arrival Material Item Ends --}} @endsection