{{ __('Orders') }}
{{ __('billing.button.all-payment') }} {{ __('billing.button.waiting-payment') }} {{ __('billing.button.expired') }} {{ __('billing.button.cancelled') }} {{ __('billing.button.paid-off') }}
@foreach ($orders as $order) @endforeach {{ $orders->links() }}
@section('custom_scripts') @if ($message = Session::get('success')) @endif @endsection