@extends('layouts.app') @section('title', 'Price List') @section('pages')
@include('layouts.partials.nav-menu')
@include('products.price-table')
@endsection @section('js') @endsection