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

@lang('sistema.movimientos_desc.edit_movimientos_desc')

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