@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']) !!} {{__('db.name')}} * {{__('db.customer')}} * @foreach($lims_customer_list as $customer) {{$customer->name . ' (' . $customer->phone_number . ')'}} @endforeach {{__('db.Type')}} * Limited Generic {{__('db.Active')}} {{__('db.submit')}} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.