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

@lang('crud.detail') @lang('models/products.singular')

@include('flash::message')

@lang('models/products.singular') Details

    @include(strtolower(__('models/products.plural')).'.show_fields')
@endsection