@extends('admin.layout') @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($listingManufacturers)>0) @foreach ($listingManufacturers as $key=>$listingManufacturer) @endforeach @else @endif
Id Name Email Address Address Action
{{ $listingManufacturer->manufacturers_id }} {{ $listingManufacturer->manufacturers_name }} {{ $listingManufacturer->outlateemail }} {{ $listingManufacturer->outlateaddress }}
{{ trans('labels.NoRecordFound') }}
{{$listingManufacturers->links()}}
@endsection