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

Cost Centers Master

Manage cost centers records

@can('cost-centers.create')New Cost Centers@endcan
@endsection