@extends('layouts.app') @section('styles') @endsection @section('content')

{{ $profile->trans('profilename') }}

@if ($error!==null)
@else @endif {{ csrf_field() }}

{{ __('Processing the results') }}

@if ($error!==null)

{{ __('Warning!') }}

{{ $error }}

@endif @if ($success!==null)

{{ __('Thank you!') }}

{{ $success }}

@endif
@endsection @push('scripts') @endpush