@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')
@if(auth()->user()->role_id != 4) @endif
@foreach ($contacts as $contact) @endforeach
Last Name First Name School Position Email Phone Action
{{ $contact->last_name }} {{ $contact->first_name }} {{ $contact->school->name }} {{ $contact->position->position }} {{ $contact->email }} {{ $contact->formattedPhone() }}   @if(auth()->user()->role_id != 4)   @endif
@endsection @section('page-js') @endsection