@extends('metronic.base') @section('extracss') @endsection @section('extrajs') @endsection @section('titulo') Requisiciones @endsection @section('content') @include('sessions')

Registro de requisición

@csrf
@if ($req->RequisicionPadre)

@endif @if ($req->estado =='SOLICITADO')

@endif

Detalles de la requisición

@csrf
@if ($req->estado =='SOLICITADO')

@endif

@if ($req->estado =='SOLICITADO') @endif @foreach ($detalles as $key => $item) @if ($req->estado =='SOLICITADO') @endif @endforeach
# Producto Cantidad UnidadEliminar
{{$key+1}} {{$item->producto->producto}} {{$item->cantidad}} {{$item->unidad?->unidad}}
@if ($req->estado =='SOLICITADO') Cerrar @endif
@endsection @section('extrajs') @endsection