@extends('layouts.admin.index') @section('content')
@include('error-success')
{!! csrf_field() !!}
{{ Form::select('promocode_for', OFFER_TYPE_OPTIONS, 'customer', ['class' => 'form-select', 'id' => 'promocode-for', 'required' => 'required']) }}
{{ Form::select('promocode_type', OCCASION, 'first_time', ['class' => 'form-select', 'id' => 'promocode-type']) }}
@endsection @section('script') @endsection