@extends('layouts.admin') @section('title','Plans') @section('extra-css') @endsection @section('content')

@lang('admin.create_plan')

@lang('admin.form.button.back')
@csrf
@include('admin.plans.form')
@endsection @section('extra-scripts') @endsection