@extends('layouts.admin-layout') @section('title', 'Pricing Page Cms') @section('content')
@csrf

(Pricing Package Page)

Package Section



@error('package_content') {{ $message }} @enderror


@endsection @section('script') @endsection