@extends('Layouts.general') @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 ?? '' }} |
{{ trans('main.item') }} | {{ trans('main.description') }} | {{ trans('main.clearance') }} | {{ trans('main.amount') }} | {{ trans('main.add_date') }} |
---|---|---|---|---|
{{ $row->expense_code_name }} | {{ $row->description }} | {{ $row->clearance_id }} | {{ number_format( $row->amount , 2 , '.' , ',')}} | {{ $row->add_date }} |
{{ trans('main.total') }} | {{ number_format( $data['master']->total_amount , 2 , '.' , ',')}} | |||
................ |
................ |