@extends('admin.layouts.master') @section('title', 'SKU List') @section('content')
@include('admin.includes.msg')
@if(!empty($alldata) && $alldata->count()>0) @foreach($alldata as $key=>$val) @endforeach @endif
Sl.No Image SKU Visible focus Action
{{$key+1}} image}}" style="max-height:100px"> {{ $val->sku}}
status==1) checked @endif>
is_focus==1) checked @endif>
@if(!isset($inproduct[$val->sku]))
{{ method_field('delete') }} {{----}} {{ csrf_field() }}
@endif
@endsection