@extends('admin.layouts.app') @section('content')
@csrf

{{$row->id ? __('Edit: ') .$row->title : __('Add new plan') }}

@if($row->slug)

{{ __('Permalink: ')}} {{ url( config('page.page_route_prefix') )}}/{{$row->slug}}

@endif
@if($row->slug) {{ __('View page')}} @endif

{{ __('Plan Content')}}

@include("Vendor::admin.plan.services")
{{__('Publish')}}
@endsection @section ('script.body') @endsection