@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')
{{ _trans('account.Subscription Plans') }}
@foreach ($data['plans'] as $plan) @endforeach
@endsection