@extends('home') @section('content') @include('layouts.partials.messages')

Add Plan

@csrf
@if ($errors->has('planName')) {{ $errors->first('planName') }} @endif
@if ($errors->has('planType')) {{ $errors->first('planType') }} @endif
@if ($errors->has('planPrice')) {{ $errors->first('planPrice') }} @endif
@stop