@extends('shop::layouts.master') @section('page_title') {{ __('Failure') }} @stop @section('content-wrapper')

{{ __('Order Failed') }}

{{ $err_msg }}

@if($redirect === 1)

{{ __('Please Wait... While we are redirecting...') }}

@else {{ __('shop::app.checkout.cart.continue-shopping') }} @endif
@endsection