@extends('layouts.admin.index') @section('content')
Image
Info Website:
  • Upload image for website (1080 x 1350 px, Max 1MB).
  • Upload image for mobile (2048 x 568 px, filename must start with "mobile-", Max 1MB).
  • Fill all details and submit.
Create News
@csrf
1080 x 1350 px, Max 1MB
2048 x 568 px, filename must start with "mobile-", Max 1MB

Existing News

@foreach($news as $item) @endforeach
Web Image Mobile Image Event Name Description How to Redeem Redeem Once Date Start Date End Actions Status Notify
{{ $item->event_name }} {{ $item->desc }} {{ $item->how_to_redeem }} {{ $item->redeem_once ? 'Yes' : 'No' }} {{ $item->date_start }} {{ $item->date_end }}
@csrf @method('DELETE')
@if($item->is_active)
@csrf
@else
@csrf
@endif
@endsection