@extends('Layouts/page') @section('content')




@if (isset($confirmed) && $confirmed == true)

Your refund request has been received and will now be actioned

@else

Are you sure you want a refund of the order {{ $order->id }}?

{!! Form::open() !!}
{!! Form::close() !!}
@endif



@endsection