@extends('admin.layouts.masterlayout') @section('title') Edit Promotion @endsection @section('Css') @endsection @section('head_title') Promotion @endsection @section('content')

Edit Promotion

Promotion List / Edit Promotion

@csrf @method('PUT')

Promotion Detail

status === 'active' ? 'checked' : '' }}>
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
expiry_date) < strtotime('today') ? 'disabled' : '' }} placeholder="Select Expiry Date" required>
show_to_users ? 'checked' : '' }}>
Cancel
@endsection @section('script') @endsection