@extends('layouts.master')
@section('title', 'Products Dashboard')
@section('style')
@endsection
@section('script')
@endsection
@section('content')
@include('layouts.header')
@include('layouts.title')
Most Frequently Requested Souvenirs
@include('layouts.footer')
@endsection