@csrf
@if(isset($data->thumbnail)) @endif
@if (isset($data) && $data->images->isNotEmpty()) @foreach ($data->images as $item) @endforeach @endif
@if(isset($product_branch)) @foreach($product_branch as $item) {{ $item->store->name }} @endforeach @endif
@if(count($branches->children)) @foreach($branches->children as $key => $get) @endforeach
{{ __('lang.branches') }} {{ __('lang.select') }}
{{ $get->name }}
@else

{{ __('lang.product_is_available') }}

@endif
{{ __('lang.cancel') }}
@section('css') @stop @section('js') @stop