@extends('public.header') @section('content')

 

@include('payments.paymentmethods_list')
@if (! empty($account) && $account->enable_client_portal || $account->enable_client_portal_dashboard) {!! Button::success(strtoupper(trans("texts.edit_details")))->asLinkTo(URL::to('/client/details'))->withAttributes(['id' => 'editDetailsButton']) !!} @endif

 

@stop