@extends('admin/layout') @section('title') {{ labels('admin_labels.update_offer', 'Update Offer') }} @endsection @section('content') @php use App\Models\Product; use App\Models\ComboProduct; use App\Models\Brand; use App\Services\TranslationService; use App\Services\MediaService; @endphp
@csrf @method('PUT')
{{ labels('admin_labels.update_offer', 'Update Offer') }}