@extends('layouts.app') @section('title','Adicionar um Plano') @section('content')

Adicionar um Plano

@if($message = Session::get('success'))
{{$message}}
@endif @if(count($errors)>0)
@endif
@csrf
R$
R$
@endsection