@extends('Layouts.general') @php $skipScript = true; @endphp @section('content')
{{ trans('main.action_code') }} : {{ $data['master']->m_id }} {{ trans('main.daily_type') }} : {{ $data['master']->daily_type_name }}
{{ trans('main.date') }} : {{ $data['master']->action_date }} {{ trans('main.description') }} : {{ $data['master']->arabic_description }}

@foreach($data['details'] as $row) @if($row->receipt_from == 1 ) @elseif($row->receipt_from == 2) @elseif($row->receipt_from == 3) @elseif($row->receipt_from == 4) @endif @endforeach
{{ trans('main.receipt_from') }} {{ trans('main.amount') }} {{ trans('main.cost_center') }}
{{ trans('main.delegate_covenant') }} {{ $row->delegate_name }}{{ trans('main.workshop_covenant') }} {{ $row->delegate_name }}{{ trans('main.account_tree') }} {{ $row->account_tree_name }}{{ trans('main.customer') }} {{ $row->customer_name }}{{ number_format( $row->amount , 2 , '.' , ',')}} {{ $row->cost_center_name }}
{{ trans('main.total') }} {{ number_format( $data['master']->total_amount , 2 , '.' , ',')}}

{{ $data['master']->treasury_name }}

................

................
Image
@endsection