@extends('layouts.dashbord') @section('title', 'Home Page') @section('content')
@if ($errors->has('error'))
@endif

Add Plans

Plans Details

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif

@if ($errors->has('billing_period')) {{ $errors->first('billing_period') }} @endif

@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection