@extends('layouts.adminapp') @section('title') {{ __('lng.SubscriptionPackage') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_field', 'open') @section('active_field', 'active') @section('active_subscription_package', 'active') @section('content')

{{ __('lng.SubscriptionPackage') }}

{{ __('lng.SubscriptionPackageTable') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach ($SubscriptionPackages as $SubscriptionPackage) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Title') }} {{ __('lng.Amount') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $SubscriptionPackage->title }} @currency($SubscriptionPackage->amount) {{ $SubscriptionPackage->narration }}
{{--
--}} {{--
--}}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $SubscriptionPackages->count() }} {{ __('lng.Items') }}

@endif
@endsection