@php $ref_budget_type = DB::table('ref_budget_type')->where('company_id', Auth::user()->company_id)->where('is_shown', true)->whereNotIn('id', [1])->get(); @endphp
@if(count($ref_budget_type)) @foreach ($ref_budget_type as $rbt) @endforeach @endif