@extends('layouts.adminapp') @section('title') {{ __('lng.Program') }} @endsection @section('open_payments', 'open') @section('active_payments', 'active') @section('active_program', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.ReceiptVoucher') }} | {{ __('lng.PaymentVoucher') }} | {{ __('lng.IsActive') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $Program->title }} | {{ $Program->ReceiptVoucher->title }} | {{ $Program->PaymentVoucher->title }} | @if ($Program->is_active) {{ __('lng.Active') }} @else {{ __('lng.Inactive') }} @endif |
{{ __('lng.Showing') }} {{ $Programs->count() }} {{ __('lng.Items') }}