@extends('admin/layout') @section('title') {{ labels('admin_labels.update_slider', 'Update Slider') }} @endsection @section('content') @php use App\Models\Product; use App\Models\ComboProduct; use App\Services\TranslationService; use App\Services\MediaService; @endphp
@csrf @method('PUT')
{{ labels('admin_labels.update_slider', 'Update Slider') }}
link) ? $data->link : '' }}>

Upload

Recommended Size: 1648 x 610 pixels

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