@extends('layouts.website.website') @section('content')
Laboratorist
@foreach (App\User::where('role_id',9)->orderBy('name','ASC')->get() as $item) @endforeach
Image Name Email Address Phone Options
{{ $item->name }} {{ $item->email }} {{ $item->address }} {{ $item->phone }}
@endsection