@extends('backend.layouts.form') @section('title', __('Create new plan')) @section('container', 'container-max-lg') @section('back', route('admin.plans.index')) @section('content')
@csrf
{{ __('Plan details') }}
{{ __('Custom features') }}
@push('styles_libs') @endpush @push('scripts_libs') @endpush @push('top_scripts') @endpush @push('scripts') @endpush @endsection