@extends('layouts.dashboard') @section('css') @endsection @section('sub-header') {{ __('Pricing Plans') }} @endsection @section('content') @php $removeRepeater = true ; // remove this to enable repeater again @endphp
{{ csrf_field() }} {{isset($model) ? method_field('PUT') : '' }}
{{--
--}} @if(!isset($model) && !$removeRepeater)
@endif
@if(!isset($model) && !$removeRepeater)
{{ __('Add') }}
@endif
@endsection @section('js') @endsection