@extends(get_view('index')) @section('title'){{ translate('pay') }} - @endsection @section('header') @endsection @section('content')
@if(isset($status) && $status == 'fail') @include(get_view('components.cart.payment.fail')) @else @include(get_view('components.cart.payment.success')) @endif
@endsection @section('footer') @endsection