@extends('customer.app') @section('content')
1

Adres Bilgileri

2

Ödeme Bilgileri

3

Alışveriş Özeti

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{__('general.orders.order_success')}}

{!! __('general.bank_transfer_success',['order_id' => $order->id,'agreement' => $order->order_agreement]) !!}
@endsection @section('css') @endsection @section('js') @yield('js-inside') @endsection