@php use Carbon\Carbon; @endphp @extends('layouts.master') @section('title', __('accounting.salary_invoice')) @section('content_title', __('accounting.salary_invoice')) @section('content_summary', __('accounting.salary_invoice_summary')) @section('content_taskbar') @endsection @section('main_content')
Edit Invoice
@if (auth()->user()->hasRole('Super Admin'))
@endif
@if (count($salary_invoice[0]->salary_invoice_details) > 0) @foreach ($salary_invoice[0]->salary_invoice_details as $key => $value) @if ($key == 0) @else @endif @endforeach @else @endif {{-- --}}
{{ __('accounting.bonus') }} {{ __('accounting.extra_bonus') }} {{ __('core.add') . ' / ' . __('core.remove') }}
Amount Total Bonus Total Amount
@endsection @push('script') @endpush