@extends('home') @section('styles') {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-colorpicker/css/colorpicker.css') !!} @endsection @section('content')
{{-- ==================================================== --}} {!! Form::open(array('route' => ['admin.product.update',$product->id],'method' => 'put' ,'files' => true ,'class' => 'form-horizontal','id' => 'form_new_company')) !!}

{{ __('Edit Product') }}

{{ __('Product Data') }}

@if (multLang()) @endif
@foreach (config('translatable.locales') as $lang => $language)
{{ __('Item title') }}
{{ __('Description') }}
{{ __('Technical') }}
{{ __('Other') }}
@endforeach

{{ __('Google Metadata') }}
@if (multLang()) @endif
@foreach (config('translatable.locales') as $lang => $language)
115 {{ __('Characters Max') }}
@endforeach

@if ($product->image_url) @else @endif
@foreach ($product->images as $key => $image) @endforeach
{{ __('Price') }}
EGP
EGP
  %  
{{ __('Product Colors ') }}
@if ($product->color->count()) @foreach ($product->color as $key => $color)
Delete
@endforeach @else
Delete
@endif
Add
{{ __('Status') }}
publish) checked @endif data-on-text="" data-off-text="">
available) checked @endif>
featured) checked @endif>
deal) checked @endif>
{!! Form::close() !!} {{-- ==================================================== --}} @endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/jquery-repeater/jquery.repeater.js') !!} {!! Html::script(Theme::current()->assetPath.'/global/plugins/bootstrap-colorpicker/js/bootstrap-colorpicker.js') !!} {!! Html::script(Theme::current()->assetPath.'/jquery.filer/js/jquery.filer.js') !!} {!! Html::script(Theme::current()->assetPath.'/jquery.filer/js/custom.js') !!} {{-- ==================================================== --}} {{-- ==================================================== --}} {!! Html::script( asset('vendor/unisharp/laravel-ckeditor/ckeditor.js') ) !!} {{-- ==================================================== --}} @endsection