@extends('layouts.admin') @section('content')

Edit Promotion

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

Hold Ctrl (Cmd on Mac) to select multiple roles. Leave empty to apply to all custom roles (excludes Admin, User, Moderator, Disabled, Friend)

@error('applicable_roles')

{{ $message }}

@enderror

Number of days to add to role expiry date when upgraded

@error('additional_days')

{{ $message }}

@enderror

Leave blank for no start restriction

@error('start_date')

{{ $message }}

@enderror

Leave blank for no end restriction

@error('end_date')

{{ $message }}

@enderror

Uncheck to deactivate this promotion

Cancel
@endsection