@extends('layouts.admin') @section('title', config('app.name') . ' : Promotion Edit') @section('content')

Edit Promotion

@csrf @method('PUT')
@php $currentImage = $promo->images->first(); @endphp @if($currentImage)

Current Image
@endif
@endsection @push('scripts') @endpush