@extends('layouts.master') @section('title') Account @endsection @section('content')

Your Account

@if(Storage::disk('local')->has($user->first_name. '-'. $user->id. '.jpg'))
@endif @endsection