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

@lang('sistema.trade_investment.create_trade')

@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