@extends('admin.layouts.admin') @section('title') create offer @endsection @section('script') @endsection @section('content')
ویرایش پیشنهاد ویژه :

@include('admin.sections.errors')
@csrf @method('PUT')
@if(!$offer->product_image==null)

تصویر محصول

@endif @if(!$offer->bg_image==null)

تصویر پس زمینه

@endif

بازگشت
@endsection