@extends('layouts.admin') @section('css') @endsection @section('content')
@if(!empty($data)) @foreach($data as $key => $val) @if(empty($key)) @continue @endif @endforeach @endif
{{ __('common.sr-no')}} {{ __('store.name')}} {{ __('store.sort-items')}}
{{ $i++}} {{ $val }}
@endsection @section('script') @endsection