@extends('layouts.master') @section('css') @section('title') {{ __('report.Listofsupplier') }} @stop @endsection @section('page-header')
@endsection @section('content') @if (session('success'))

{{ session('success') }}
@endif
@foreach (App\Models\supllier::get() as $user) @endforeach
# {{ __('home.CampanyName') }} {{ __('users.email') }} {{ __('home.phone') }} {{ __('home.Location') }} {{ __('home.creditpurchese') }}
{{ $i }} {{ $user->comp_name }} {{ $user->email }} {{ $user->phone??'-' }} {{ $user->location }} {{ $user->In_debt }}

@endsection @section('js') @endsection