@extends('layouts.adminapp') @section('title') {{ __('lng.Kuri') }} - {{ __('lng.AddPeriod') }} @endsection @section('open_payments', 'open') @section('active_payments', 'active') @section('active_kuri', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|
{{ ++$si }} | {{ $KuriPeriod->title }} | {{ $KuriPeriod->narration }} |
|
{{ __('lng.Showing') }} {{ $KuriPeriods->count() }} {{ __('lng.Items') }}