@extends('layouts.admin') @section('content')
EDITAR {{$data->tipo}}
@csrf @method('put')
TIPO
{{$data->tipo}}
ENTRADA
SALIDA
VALOR
DESCRIPCION
ACTUALIZAR
@endsection