@extends('layouts.app') @section('seoheader') {!! $seo ?? '' !!} @endsection @section('content') @include('layouts.header')
@php $n=0; @endphp @foreach($res as $row) @php $n ++; @endphp @endforeach
# Codigo Cliente Estado Entrega Ver
{{$n}} {{$row->op2}} {{$row->op3}} - {{$row->v_document}} {{$row->status_chofer}} ver
@include('layouts.footer') @include('utils.backtop') @endsection