@extends('layouts.front') @section('content') @section('css') @endsection @php $home = \App\HomePage::findorFail(1); @endphp

Thank you

Gracias por su pedido.

Su pedido se encuentra realizado.

@if($order_id && $order_id != '')

Tu Pedido # {{$order_id}}

Siguimiento a tu pedido

@endif
@if(Auth::guard('customer')->check()) @endif
@section('js') @endsection @endsection