@extends('Customer.app') @section('main-content')
Corporate 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