@extends('user.layouts.main') @push('title') Menu Edit @endpush @section('content') {{$my_screen_name}} @csrf Menu Name Menu Price @php $count = max(count($menu_name), count($menu_price)); @endphp @for($i = 0; $i < $count; $i++) {{ isset($menu_name[$i]) ? $menu_name[$i] : '' }} $ N/A S/O @endfor Update @endsection