{{-- resources/views/admin/promos/create.blade.php --}} @extends('layouts.admin') @section('title', 'Add Promotion') @section('page_title', 'Add Promotion') @section('icon', 'fa-tag') @section('breadcrumb')
Name: {{ old('name', 'New Promotion') }}
Type: {{ old('type', 'Percentage Discount') }}
Value: {{ old('discount_value', 0) }}
Valid: {{ old('start_date', date('d M Y')) }} - {{ old('end_date', date('d M Y', strtotime('+1 month'))) }}