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

Show Product

Name: {{ $product->name }}
Details: {{ $product->detail }}
@endsection

Tutorial by ItSolutionStuff.com