@extends('layouts.app') @section('title', __('products')) @section('content')
{{ __('products') }}

Products Content Placeholder

@endsection