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

@lang('sistema.message.create_message')

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {!! $error !!}
  • @endforeach
@endif
{{ csrf_field() }}
@lang('sistema.btn_back')
@endsection @section('customjs') @if (session('type')=='error') @endif @endsection