@extends('admin.layout') @section('custom-style') @endsection @section('content')

Refund Request

Single Refund Request

{{ $transaction->userDetail->name }}

{{ $transaction->userDetail->phone }}

@if(check_Permission('Refund', 'create')) @if($transaction->refund_status == 'Initiated') Confirm Refund Reject Refund @endif @if($transaction->refund_status == 'Done') @endif @if(\Session::has('success'))
  • {!! \Session::get('success') !!}
  • @endif @if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @endif
    @endsection @section('custom-scripts') @endsection