{{-- Creado Por Junior Medina Fecha: 02-09-2019 Vista crearrecolectaGe.blade.php --}} @extends('Wscanguroazul.layouts.master_recolecta_ge') @section('header') @php $desde = '13:00'; $hasta = '17:30'; $fecha = new DateTime(); $fecha = $fecha->format("d/m/Y"); @endphp @endsection @section('content')
Recolecta | Fecha Solicitud | Fecha Recolecta | Tipo | Beneficiario | Contacto | Contenido | Tipo Envio | Estatus | |
---|---|---|---|---|---|---|---|---|---|
{{ strtoupper($Recolecta['codrecolecta']) }} | {{ date("d/m/Y", strtotime($Recolecta['fechasol'])) }} | {{ date("d/m/Y", strtotime($Recolecta['fecha'])) }} | {{ $tipo }} | {{ strtoupper($Recolecta['nombrepro']) }} | {{ strtoupper($Recolecta['contactopro']) }} | {{ substr(strtoupper($Recolecta['contenido']),0,45) }} | @if($Recolecta['codtipoenv'] === 1) D @else M @endif | @if($Recolecta['inactivo'] == false) @else @endif |