@extends('adminlte::page') @section('title', 'Pedido Completo') @section('content_header')
@if($ePedido == 'true')

Pedido

@else

Orçamento

@endif
@stop @section('content')
@endsection @section('vue-ls') @endsection