@extends('layouts.dashboard') @section('title', 'Contas a pagar') @section('title-dashboard') Contas a pagar @endsection @section('option-dashboard') CONTAS PARCELAS PAGAS PAGAR PARCELAS @endsection @section('pg-home') @endsection @section('content') @parent
@include('contas_apagar/create')
@if($displayEdit == 'displayblock') @include('contas_apagar/edit') @endif
@endsection