@extends('frontend.layouts.master') @section('page_title') {{ __('account.dashboard.title') }} @endsection @section('head') @endsection @section('content-wrapper')

{{ __('account.dashboard.title') }}

{!! __('account.dashboard.welcome', [ 'customer_name' => $user['nom'], 'company_name' => $currentCompany->name ]) !!}

{{ __('account.dashboard.conds.text-1') }} {{ __('account.dashboard.conds.here') }}{{ __('account.dashboard.conds.text-2') }}

Ver mis Bonos
@endsection