@extends('layouts.app') @section('content') @section('css') @endsection

{{ isset($title)?$title:'' }}

@if(isset($data) && !empty($data)) @foreach($data as $row) @endforeach @endif
# Image Type Order Action
{{$i++}} @if($row->image != "") @else @endif @if($row->type == 'oliva_eng') Oliva English @elseif($row->type == 'oliva_esp') Oliva Espanish @elseif($row->type == 'marmi_eng') Marmi Ristorante English @elseif($row->type == 'marmi_esp') Marmi Ristorante Espanish @endif {{$row->order}}
@include('admin.menu.qr.menu_qr_modal') @section('js') @endsection @endsection