@extends('admin/layout') @section('title') {{ labels('admin_labels.update_promo_code', 'Update PromoCode') }} @endsection @section('content') @php use App\Services\MediaService; @endphp
@method('PUT') @csrf
@foreach ($languages as $lang) @if ($lang->code !== 'en')
@endif @endforeach

Upload

Recommended Size: 147 x 60 pixels

@if ($data->image && !empty($data->image))
Not Found
@endif
@endsection