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