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