@extends('layouts.main.app') @section('head') @push('css') @endpush @include('layouts.main.headersection',[ 'title'=> __('Create Plan'), 'buttons'=>[ [ 'name'=>__('Back'), 'url'=>route('admin.plan.index'), ] ] ]) @endsection @section('content')
{{ __('Plan') }}

{{ __('Create subscription plan for charging from the customer') }}

@csrf
@endsection @push('js') @endpush