@extends('layouts.app') @section('title', 'Profit Centers') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'Profit Centers']]; @endphp @section('content')

Profit Centers Master

Manage profit centers records

@can('profit-centers.create')New Profit Centers@endcan
@endsection