@extends('layouts.app') @section('content')
Alterar Movimento
@csrf
@if (Auth::user()->nivel == 1) tipo==1) checked @endif >Entrada
@endif tipo==2) checked @endif >Devolução
tipo==3) checked @endif >Repasse
tipo==4) checked @endif >Consumo
tipo==5) checked @endif >Transferência
@error('tipo') {{ $message }} @enderror
@error('id_lote') {{ $message }} @enderror
@error('or_dest') {{ $message }} @enderror
@error('dt_movimento') {{ $message }} @enderror
@error('quantidade') {{ $message }} @enderror
@endsection @section('mov-local') @endsection