@extends('master') @section('additionals_js_files') @endsection @section('content')
{{ $client->email }} @if($client->phone) {{ $client->phone }}@endif
Nota: Porfavor confirmar que la informacion ingresada es correcta, posteriormente no podrás editarla.
{{ Form::submit('Guardar', ['class' => 'btn btn-success w-100 mtop16']) }} {!! Form::close() !!}