@extends('admin.layout.app') @section('title', 'Subscription Plans') @section('content')
{{--
--}}
@foreach ($plans as $plan) @endforeach
Duration (months) Price Action
{{ $plan->duration }} months {{ number_format($plan->price) }} Kyats Edit Price
@endsection