@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Budgets') }} @endsection @section('titre_header') {{ __('Budgets') }} @endsection @section('titre_page') {{ __('Liste des budgets Capex') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'budgetSignOpex/create', 'btn_imprim'=> false, 'btn_export'=> true, 'btn_importBudget'=> true]) @endsection @section('contenu')

@csrf
@component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
{{ __('Enseigne') }} {{ __('Titre') }} {{ __('Montant') }} {{ __('Année') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @if (@$budget) @endif @include('modales.delete_standard') @endsection