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