@extends('layouts.main') @section('content')

Edit Promotion

@if($errors->any())
@endif
@csrf @method('PUT')

@if($promotion->image) {{ $promotion->title }} @else

No image uploaded

@endif
Cancel
@endsection