@extends('layouts.front-layout') @section('title') Merchandise @endsection @section('content')
img

Check Out Our Merchandise!

img
@forelse($get_merchandise as $merchandise) @empty

Merchandise Not Found

@endforelse
{{$get_merchandise->links()}}
@endsection