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