@extends('layouts.admin', ['title' => 'افزودن لینک/کد مرجع']) @section('content') @can('admin-product-reference')

افزودن {{ $type == 'link' ? 'لینک' : 'کد' }} مرجع ( {{ $item->title }} )


@csrf @if($request->has('option_id')) @endif
@if($type == 'link') @else @endif {{ $errors->first('value') }}
{{ $errors->first('position') }}
بازگشت

{{ session('message') }}

{{ session('error') }}

@else
شما دسترسی به این بخش را ندارید.
@endcan @stop