{{--{{ HTML::style('css/table-style')}}--}} {{--HTML::style('css/common.css');--}} {{----}} @include('styles.pdfs')

{{__('reports.supplier_list.heading')}}


@foreach($suppliers as $supplier) @endforeach
{{__('reports.table.id')}} {{__('reports.table.name')}} {{__('reports.table.address')}} {{__('reports.table.phone')}}
{{ $supplier->id }} {{ $supplier->name }} {{ $supplier->address }} {{ $supplier->phone }}