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

Add New Service

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

Description

Monthly Charge

Metadata

View All Services

Service 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