@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content') @foreach ($users as $user) @endforeach
Name School Email Action
{{ $user->name }} @if(isset($user->school)) {{ $user->school->name }} @endif @if(isset($user->email)) {{ $user->email }} @endif
@endsection @section('page-js') @endsection