@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{__('admin.edit')}} @csrf @method('PUT') @foreach (languages() as $lang) {{__('admin.title_'.$lang)}} @endforeach @foreach (languages() as $lang) {{__('admin.content_'.$lang)}} {{$image->getTranslation('content',$lang)}} @endforeach {{__('admin.url')}} {{__('admin.ordered')}} {{__('admin.products')}} {{__('admin.select_product')}} @foreach($products as $product) product_id == $product->id) selected @endif>{{$product->name}} @endforeach {{-- --}} {{-- --}} {{-- {{__('admin.banner_type')}}--}} {{-- --}} {{-- --}} {{-- {{__('admin.select_banner_type')}}--}} {{-- type == "top") selected @endif>{{__('admin.top')}}--}} {{-- type == "footer") selected @endif>{{__('admin.footer')}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{__('admin.update')}} {{__('admin.back')}} @endsection @section('js') {{-- show selected image script --}} @include('admin.shared.addImage') {{-- show selected image script --}} {{-- submit edit form script --}} @include('admin.shared.submitEditForm') {{-- submit edit form script --}} @endsection