@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')

@lang('sistema.message.view_message')

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {!! $error !!}
  • @endforeach
@endif
{{ csrf_field() }}
@php $primary_account = $account->primary_client; @endphp
@endsection @section('customjs') @if (session('type')=='error') @endif @endsection