Planos
{{-- Messagens da session --}} @include('partials.session-message') @if ($errors->any() || session('error'))
{{$errors->any() ? $errors->first() : session('error')}}
@endif
@if (isset($plano))
#
@endif

Dados Cadastrais

@if ($errors->has('nome')) {{ $errors->first('nome') }} @endif
@if ($errors->has('valor')) {{ $errors->first('valor') }} @endif
gratuito ? 'checked' : '' }} type="checkbox" name="gratuito" role="switch" id="switchGratuito">

{{-- Status --}}
@include('partials.status', ['model' => $plano ?? null])