@extends('layouts.app') @section('title','Product Budget') @section('pages')
@include('layouts.partials.nav-menu')
{{-- @if(auth()->user()->can('tags-create')) --}} {{-- @endif --}}
@include('project-budgets.table')
@endsection