@extends('layouts.adminapp') @section('title') {{ __('lng.Pension') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_field', 'open') @section('active_field', 'active') @section('active_pension', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Authority') }} | {{ __('lng.Amount') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $Pension->title }} | {{ $Pension->authority }} | @currency($Pension->amount) | {{ $Pension->narration }} |
{{ __('lng.Showing') }} {{ $Pensions->count() }} {{ __('lng.Items') }}