@extends('templates.form-table-template', ['action' => 'conta','titulo'=> 'Cadastro de Conta']) @section('form') @include('conta.crudform') @endsection @section('table') {!! $table !!} @endsection @push('scripts') @endpush