@extends('admin.layout.app') @section('heading', 'Add Pricing Plan') @section('rightside_button') View All @endsection @section('main_content')
@csrf
Pricing Plan:
{{-- step="0.01" It allows decimal numbers with up to two decimal places, like 19.99, 49.50, etc --}}
@endsection