@extends('Customer.app') Customer View-DairyCare @section('main-content')
Local Customers
@foreach($customer as $cus) @endforeach
Index Customer Name CNIC No Phone No Address City State
{{$i}} {{ $cus->name }} {{ $cus->cnic }} {{ $cus->phone_no }} {{ $cus->address }} {{ $cus->city }} {{ $cus->state }}
@endsection