@extends('layouts.main') @section('main-container')
@if(auth()->user()->profile_photo_path) Profile Photo @else Default Photo @endif
Coaches
@endsection