@extends('layouts.app') @section('title', $speaker->name . ' | KDHC') @section('content')
@csrf
@if (isset($speaker->avatar)) User Avatar @endif
@if (request()->is('admin/speakers')) @else @endif
@endsection