@extends('apex-layouts.main') @section('title',$shop->title. "-Pos") @section('header-right')  {{ $shop->phone }} @endsection @section('content')
@foreach($meals as $meal)
{!! $meal->title !!}

Kcal: {!! $meal->totalCalories !!}  G :{!! $meal->totalGrams !!}

Rs: {{$meal->perOrderAmount}}

@endforeach
@csrf

Consumer information


@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif