@extends('master.back') @section('content')

{{ __('Update License Product') }}

{{ __('Back') }}
@include('alerts.alerts')
@csrf @method('PUT')

{{ __('Image Size Should Be 800 x 800. or square size') }}

{{ __('Image Size Should Be 800 x 800. or square size') }}
@if (file_exists('assets/files/'.$item->file)) {{__('Download File')}} @endif

{{__('File type must be zip')}}

@if(!empty($license_name)) @foreach(array_combine($license_name,$license_key) as $name => $key)
@endforeach @else
@endif
@if(!empty($specification_name)) @foreach(array_combine($specification_name,$specification_description) as $name => $description)
@if($loop->first) @else @endif
@endforeach @else
@endif
{{ $curr->sign }}
{{ $curr->sign }}



{{-- --}} {{-- --}} {{-- --}}
@endsection @section('scripts') @endsection