@extends('layouts.app') @section('content')
Customer Statement
@foreach($customers as $customer) @endforeach
Customer Phone Address Entered By Last Purc. Branch Action
{{@strtoupper($customer->customer_name)}} {{$customer->customer_phone}} {{@strtoupper($customer->customer_address)}} {{@strtoupper($customer->customer_enteredby)}} {{@strtoupper($customer->customer_branch)}}
{{$customers->links()}}
@endsection