Commit 98b5f493 by Angel MAS

breandcrumb faltante

parent 6c2c10bb
@extends('crm-admin::main-layout')
@section('breadcrumb')
<li class="breadcrumb-item">
<a href="{{route('home')}}">Home</a>
</li>
<li class="breadcrumb-item">
<a href="{{route('admin-shop-client.orders')}}">Tienda</a>
</li>
<li class="breadcrumb-item active">
Detalle orden #{{$sale->id}}
</li>
@endsection
@section('content')
@php
setlocale(LC_MONETARY, 'en_US');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment