@extends('layout._default') @section('title') Subscription Plans @endsection @section('body-con')
| # | Plan Name | Monthly Price | Yearly Price | Type | Device | {{--Action | --}}
|---|---|---|---|---|---|---|
| {{$value->id}} | {{$value->name}} | {{$value->monthly_price}} | {{$value->yearly_price}} | {{$value->subscription_for}} | {{$value->map_version}} | {{--@if($value->type != 'free')Edit Price @endif | --}}