@extends('admin.layouts.app') @section('content')

@isset($page_title) {{$page_title}} @endisset

{{--
--}}
@forelse ($pujas as $key=>$puja) @empty @endforelse
# Name Rate Discount Rate Image Is Active Action
{{($key+1) + ($pujas->currentPage() - 1)*$pujas->perPage()}} {{$puja->name}} ₹{{$puja->rate}} ₹{{$puja->discount_rate}} {{$puja->name}} @if($puja->is_active == '1') Active @else Inactive @endif

Nothing Found

Showing {{($pujas->currentpage()-1)*$pujas->perpage()+1}} to {{(($pujas->currentpage()-1)*$pujas->perpage())+$pujas->count()}} of {{$pujas->total()}} Puja

{!! $pujas->links() !!}
@endsection