@extends('layouts.master') @section('content')

Área de Cliente

@include('account.partials.sidebar')
@include('partials.alerts') @yield('account-content')
@include('partials.modals.remote') @include('partials.modals.remoteXL') @stop