@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Sps Plan

Add new Plan
@if(count($plans) > 0) @foreach($plans as $key => $row) @endforeach @else @endif
# Name Price Duration Sort Order Action
{{$key + $plans->firstItem()}} {{ $row->plan_name }} {{ $row->planInfo->price }} {{ $row->planInfo->duration }}{{ $row->planInfo->duration_type }} {{ $row->planInfo->sort_order }} Edit
No product found!
@php if(count($plans) > 0) { @endphp {!! $plans->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection