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

Add New Product

@if (Auth::check())
Product Code

Description

Monthly Charge

Metadata

View All Products

Product Code
Description
Monthly Charge
Metadata
@foreach($product as $row)
{{$row->product_code}}
{{$row->description}}
{{$row->monthly_charge}}
{{$row->metadata}}
@endforeach
@else User is not authenticated @endif
@endsection