@extends('adminlte::page') @section('title', " $title ") @section('content')
O.S cancelada(s) {!! $count !!}
@foreach($orders AS $order) @endforeach
O.S Data Motivo
{{ $order->autorization }} {{ date('d/m/Y', strtotime($order->created_at)) }} {{ $order->reason }}
@stop