@extends('layouts.master') @section('title', 'Payment | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.' . $type)) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.name') }} | {{ __('basic.date') }} | {{ __('basic.treasury') }} | @if ($type == 0){{ __('basic.comes from') }} | @else{{ __('basic.goes to') }} | @endif{{ __('basic.current balance') }} | {{ __('basic.status') }} |
|---|---|---|---|---|---|---|
|
@if ($item->type == 0)
@php
$icon = "fas fa-plus";
$icon_color = "text-green";
@endphp
@else
@php
$icon = "fas fa-minus";
$icon_color = "main-color";
@endphp
@endif
{{ $item->code }}{{ $item->receiver }}{{ $type }} |
{{ $item->paid_date}} |
{{ $item->treasury->name }}
|
@if($item->type == 0)
{{ $item->debit_acc->name }}
@else
{{ $item->debit_acc->name }}
@endif
|
{{ $item->amount .' ' . $item->currency->code}} |