@extends('layouts.dashboard') @section('title', $promotion->exists ? 'Edit promotion' : 'Add promotion') @section('content')

{{ $promotion->exists ? 'Edit promotion' : 'Add promotion' }}

@csrf @if ($promotion->exists) @method('PUT') @endif
@if ($promotion->image_path) @endif
@error('live')

{{ $message }}

@enderror @endsection