@extends('layouts.front-layout') @section('title') Merchandise @endsection @section('content') Check Out Our Merchandise! @forelse($get_merchandise as $merchandise) SALE {{$merchandise->product_name ? : ''}} $ {{number_format($merchandise->price ? : '')}} @empty Merchandise Not Found @endforelse {{$get_merchandise->links()}} @endsection
$ {{number_format($merchandise->price ? : '')}}