@extends('admin.layout.master') @section('css') @endsection @section('content') {{__('admin.show')}} @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.back') }} @endsection @section('js') @endsection