@extends('layouts.master_panel') @section('title', trans('titles.facturacion')) @section('card-icon')@endsection @section('card-title', strtoupper(trans('titles.facturacion'))) @section('content')
@include('sections.validation.messages') @include('sections.invoices.components.messages')
{!! Form::hidden('id_contract', (isset($contract) ? $contract->id : null), ['id'=>'id_contract']) !!}
@include('sections.contracts.components.contract-card')


@include('sections.invoices.tables.filtered_invoices')
@endsection @push('plugins') @endpush