@extends('layouts.app') @section('title', 'Edit Promosi') @section('breadcrumb') @endsection @section('title-section', 'Edit Promosi') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
  • Foto Berformat JPEG / JPG / PNG
  • Maksimal berukuran 5MB
@csrf @method('PUT')

Foto Promosi Saat Ini

status === 'TAMPIL' ? 'checked' : '' }} />
status === 'TIDAK' ? 'checked' : '' }} />
Kembali
@endsection