@extends('user.layouts.main') @push('title') Menu Edit @endpush @section('content')

{{$my_screen_name}}

@csrf @php $count = max(count($menu_name), count($menu_price)); @endphp @for($i = 0; $i < $count; $i++) @endfor
Menu Name Menu Price
{{ isset($menu_name[$i]) ? $menu_name[$i] : '' }}
$
@endsection