@extends('layouts.app') @section('pagetitle') @stop @section('title')

ข้อมูลลูกค้า จัดการข้อมูลลูกค้า

@stop @section('content')
@foreach($customers as $customer) @endforeach
ที่ ชื่อลูกค้า เลขประจำตัวผู้เสียภาษี เบอร์โทร ที่อยู่ ระดับลูกค้า เพิ่มลูกค้า
{{++$r}} {{$customer->name}} {{$customer->tax_id}} {{$customer->tel}} {{$customer->address}} {{$customer->price_level}} แก้ไข ลบ
@stop @section('style') @stop @section('script')