@extends('layouts.master') @section('title') @lang('translation.Price') @endsection @section('css') @endsection @section('content')

@lang('translation.Price_List')

@lang('translation.Add')
{{-- --}} @foreach ($data as $key => $d) {{-- --}} @endforeach
No @lang('translation.Restaurant_Type')@lang('translation.Outlet')@lang('translation.Price') @lang('translation.status') @lang('translation.Action')
{{ (int) $key + 1 }} {{ $d->restaurant_type }}{{ $d->outlet->outlet_name ?? 'N/A' }}₹{{ number_format($d->price, 2) }} {{ $d->status == 'active' ? 'Active' : 'Inactive' }}
@endsection @section('scripts') @endsection