@extends('layouts.default') @section('content')

Customer-Supplier List

@if (Session::get('success'))
{{ Session::get('success') }}
@endif @if(isset($error_message)) @endif
@foreach($customers as $customer) @endforeach
Firm/Entity Name Contact Person Contact Number Email Sales Type GST Number PAN Action
{{$customer['firm_name']}} {{$customer['contact_person']}} {{$customer['contact_number']}} {{$customer['email']}} {{$customer['sales_type']}} {{$customer['gst_number']}} {{$customer['pan_number']}} @if($customer['is_active']==1) @endif