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

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

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

{!! Form::open(['route' => 'discounts.store', 'method' => 'post']) !!}
{{ __('db.name') }} {{ __('db.Code') }}
  •   Monday
  •   Tuesday
  •   Wednesday
  •   Thursday
  •   Friday
  •   Saturday
  •   Sunday
{!! Form::close() !!}
@endsection @push('scripts') @endpush