@extends('layouts.main') @push('styles') @endpush @section('content')
{{ __('finance.export_data_to_copy_csv_pdf_print') }}
{{--| Name | Budget Breakdown | Period | Income | Cost of Goods | Expense | Projected Net Income | Created By | Date Created | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $budget->name }} | {{ $period }} | {{ $period_range }} | {{ ugandan_shillings($income_total) }} | {{ ugandan_shillings($cost_of_goods_total) }} | {{ ugandan_shillings($expense_total) }} | {{ ugandan_shillings($projection_total) }} | {{--{{ get_full_name($budget->created_by, 'id', 'first_name', 'last_name', 'users') }} | --}}{{ $budget->user_by }} | {{ streamline_date_time_short($budget->created_at) }} | @if( Auth::user()->can('budget-view')) {{ __('budgets.view') }} @endif @if( Auth::user()->can('budget-edit')) {{ __('budgets.edit') }} @endif @if( Auth::user()->can('budget-delete')) {{ Form::model($budget->id ,['method' => 'DELETE', 'route' => ['budgets.destroy', $budget->id], 'style'=>'display:inline']) }} {{ Form::close() }} @endif |
| Name | Budget Breakdown | Period | Income | Cost of Goods | Expense | Projected Net Income | Created By | Date Created | Actions |