@extends('layouts.admin') @section('styles') @endsection @section('content')
{{ __('SOLICITUDES DE COMPRAS') }}
@foreach ($data as $soli) @endforeach
No SOLICITANTE ESTADO APROBADO POR Fecha de Registro Fecha de Aprobacion
{{ $soli->id }} {{ $soli->solicitante }} {{ $soli->estado }} {{ $soli->aprovo }} {{ $soli->created_at }} @can('SOLICITUD')
@csrf @method('put')
@endcan
@csrf @method('DELETE')
@endsection @section('scripts') @endsection