@extends('master') @section('title') Manage Invoices @stop @section('styles') @stop @section('content') @include('partials.dashboard-menu')

Manage Pricing

@foreach($companies as $company) @endforeach
Company Name Customize Pricing
{{ $company->companyName }}

@include('partials.footer') @stop