@extends('layouts.master') @section('title', 'Work order | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.work order')) @section('css') @endsection @section('fixedcontent')
@if (Session::has('success')) @endif @endsection @section('content'){{ $work_order->worker->full_name }}
{{ $work_order->branch->name }}
{{ $work_order->end_at }}
{{ $work_order->current_income }} {{ $work_order->currency->code }}
{{ $work_order->current_expenses }} {{ $work_order->currency->code }}
{{ $work_order->budget }} {{ $work_order->currency->code }}
| {{ __('basic.name') }} | {{ __('basic.date') }} | {{ __('basic.treasury') }} | {{ __('basic.to') }} | {{ __('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 }} |
{{ $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}} |