@extends('layouts.main') @section('title', 'Suppliers') @section('content') @if ($errors->any())

@endif
{{ $suppliers->links() }}
@foreach ($suppliers as $item) @endforeach
Name phone Landline Email Company Name We Chat ID Action
{{ $item->name }} {{ $item->phone }} {{ $item->landline }} {{ $item->email }} {{ $item->companyname }} {{ $item->wechatid }}
@csrf @method('DELETE')
@endsection