@extends('layouts.master') @section('content')
@if(!empty($users)) @foreach ($users as $user) {{ $user->callingstationid }} @endforeach @else Empty list... @endif
@stop