• {!! trans('plan::plans.name') !!}
  • @if($plans->id ) @endif
{!!Form::vertical_open() ->id('plan-plans-show') ->method('POST') ->files('true') ->action(guard_url('plan/plans'))!!}
{{ trans('app.view') }} {!! trans('plan::plans.name') !!} [{!! $plans->name !!}]
@include('plan::admin.plans.partial.entry', ['mode' => 'show'])
{!! Form::close() !!}