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