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

ผู้จัดจำหน่าย จัดการข้อมูลผู้จัดจำหน่าย

@stop @section('content')
@foreach($suppliers as $supplier) @endforeach
ที่ ผู้จัดจำหน่าย เบอร์โทร ที่อยู่ อื่นๆ เพิ่มผู้จัดจำหน่าย
{{++$r}} {{$supplier->name}} {{$supplier->tel}} {{$supplier->address}} {{$supplier->others}} แก้ไข @if(auth()->user()->permission=='ADMIN' ) ลบ @endif