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