@extends('admin.layout.master') @section('content') {{trans('admin.' .$title.'_edit')}} @lang('admin.home') {{trans('admin.'.$title)}} {{trans('admin.' .$title.'_edit')}} {{csrf_field()}} {{method_field('put')}} @include('admin.layout.message') @foreach(config('translatable.locales') as $local) @lang('admin.'.$local.'.name') @endforeach @lang('admin.order') @for($i=1 ; $i <= 8 ; $i++) order ? 'selected': ''}} >{{$i}} @endfor @lang('admin.categoryshow') @lang('admin.mainPage') @foreach($categories as $category) categoryShow == $category->id ? 'selected' :''}}>{{$category->name}} @endforeach @lang('admin.status') @lang('admin.status') status == 1 ?'selected':''}}>@lang('admin.active') status == 0 ?'selected':''}}>@lang('admin.unActive') @lang('admin.offerType') @lang('admin.status') type == 'offer' ? 'selected' : ''}}>@lang('admin.offer') type == 'normal' ? 'selected' : ''}}>@lang('admin.normal') {{-- @lang('admin.addedDate')--}} {{-- --}} {{-- @lang('admin.start_offer_at')--}} {{-- --}} {{-- --}} @lang('admin.end_offer_at') @foreach($rows->productSection as $prodSection) {{-- @dd($prodSection)--}} {{$prodSection->product ? $prodSection->product->name : ''}} @endforeach @lang('admin.typeOfWeb') web == 1 ? "checked" : ''}}> @endsection @push('js') @endpush