@extends('layouts.master')
@section('content')
| รหัส |
ชื่อ |
ที่อยู่ |
ชื่อผู้ติดต่อ |
โทรศัพท์ |
Email |
แก้ไข |
ลบ |
@foreach ($csts as $cst)
| {{$cst->XVCstCode}} |
{{$cst->XVCstName}} |
{{$cst->XVCstAddress}} |
{{$cst->XVCstContacName}} |
{{$cst->XVCstPhone}} |
{{$cst->XVCstEmail}} |
|
|
@endforeach
@endsection