@extends('backend.layout.main') @section('content')

{{__('db.Create Discount Plan')}}

{{__('db.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => 'discount-plans.store', 'method' => 'post']) !!}
{!! Form::close() !!}
@endsection @push('scripts') @endpush