@extends('layouts.app') @section('content')
New Customer
@forelse($customers as $customer) @empty@endforelse
NameCodePaymentTaxStatus
{{ $customer->name }}{{ $customer->code }}{{ $customer->payment_mode }}{{ $customer->tax_mode }}{{ $customer->status }}Open
No customers yet.
{{ $customers->links() }}
@endsection