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

@lang('sistema.item.create_item')

@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