@extends('backend.layout.main') @section('content') {{__('db.Update Discount Plan')}} {{__('db.The field labels marked with * are required input fields')}}. {!! Form::open(['route' => ['discount-plans.update', $lims_discount_plan->id], 'method' => 'put']) !!} {{__('db.name')}} * {{__('db.customer')}} * @foreach($lims_customer_list as $customer) {{ $customer->name . ' (' . $customer->phone_number . ')' }} @endforeach {{__('db.Type')}} * type == 'limited' ? 'selected' : '' }}>Limited type == 'generic' ? 'selected' : '' }}>Generic @if($lims_discount_plan->is_active) @else @endif {{__('db.Active')}} {{__('db.submit')}} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.