@extends('layouts.dashboard')
@section('css')
@endsection
@section('sub-header')
{{ __('Pricing Plans') }}
@endsection
@section('content')
@php
$removeRepeater = true ; // remove this to enable repeater again
@endphp
@endsection
@section('js')
@endsection