@extends('layouts.app') @section('content')

Shop in style

With this shop hompeage template

@foreach ($products as $key => $product)
...
{{ $product->name }}
Rp.{{ $product->price }}
@endforeach
@endsection @push('scripts') @endpush