@extends('layout') @section('content')
@if(session('success')) @endif
Route Customers - {{ $route->route_name }}
Product: {{ $product->product_name }}
@foreach ($customers as $key => $customer) @csrf @endforeach
Sl No Customer ID Customer Name Product {{ $start }} Action
{{ $key+1 }} {{ $customer->id }} {{ $customer->customer_name }} {{ $product->product_name }} 0
@endsection @section('script') @endsection