@extends('layouts.adminapp')
@section('content')
{{-- Salary Package --}}
{{ __('lng.SiNo') }} | {{ __('lng.BatchYear') }} | {{ __('lng.Month') }} | {{ __('lng.Amount') }} | {{ __('lng.AdditionalCharge') }} | {{ __('lng.TotalAmount') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $VehicleSetFee->batch_year }} | {{ $month }} | @currency($VehicleSetFee->amount ) | @currency($VehicleSetFee->additional_charge) | @currency( $VehicleSetFee->total_amount) |
{{ $VehicleSetFees->count() }} {{ __('lng.Items') }}