@extends('backend.layouts.main') @section('title') {{ __('Withdrawal') }} {{ $withdrawal->id }} :: {{ __('Transaction') }} @endsection @section('content') @if($transaction) @foreach($transaction as $key => $value) @endforeach @endif
{{ __($key) }} {{ $value }}
{{ __('Back to all withdrawals') }}
@endsection