@extends('layouts.app') @section('title', $page_title) @section('content')

{{ $sub_title }}

@foreach ($products as $product) @endforeach
@endsection @push('scripts') @endpush