@extends('Admin.Billing.Gateways.layout') @section('form-fields')
{{ trans('validation.attributes.braintree_plan_ids') }}
@if(empty($plans)){{ trans('front.plan_not_found') }}
@else @foreach($plans as $plan_id => $plan) {!! Form::hidden("billing_plans[$i]", $plan_id) !!}{{ trans('front.plan') }}: {{ ucfirst($plan['title']) }}