@extends('layouts.admin') @section('title', __('Create Plan')) @section('page-title', __('Create Plan')) @section('content')
@include('admin.plans.form', ['plan' => $plan ?? new \App\Models\Plan()])
{{ __('Save') }}
@endsection