{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content.extended') {{-- Agente Center --}}
{{-- Header --}}
{{-- Body --}}
@include($components_path.'.modalEditAgente') @include($components_path.'.modalNewAgente') @endsection {{-- Scripts Section --}} @section('scripts') @endsection