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