@extends('layouts.app') @section('content')
@endsection @push('css') @endpush @push('js') @if($order->payment_type == "credit_debit_card") @elseif($order->payment_type == "paypal") @endif @endpush