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

 

@include('payments.paymentmethods_list')
{!! Button::success(strtoupper(trans("texts.edit_details")))->asLinkTo(URL::to('/client/details'))->withAttributes(['id' => 'editDetailsButton']) !!}

 

@stop