@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Create Plan') @section('content')
Create Plan
@csrf
@endsection @section('scripts') {!! JsValidator::formRequest('App\Http\Requests\StorePlan', '#create-form') !!} {{-- --}} @endsection