@extends('frontend.layouts.master') @section('title', $user->name) @section('content')

{{ $user->name }}

{{ $user->name }} @if ($errors->has('file')) @endif
{{ csrf_field() }} {!! method_field('patch') !!}
{{ csrf_field() }} {!! method_field('delete') !!}
{{ csrf_field() }} {!! method_field('patch') !!}
@if ($errors->has('name'))@endif
@if ($errors->has('email'))@endif
@if ($errors->has('location'))@endif
@if ($errors->has('bio'))@endif
{{ csrf_field() }}
@if ($errors->has('old_password'))@endif
@if ($errors->has('new_password'))@endif
@if ($errors->has('new_password_confirmation'))@endif
@if(!empty($user->google_id)) Disconnect Facebook @else Connect to Facebook @endif
@if(!empty($user->google_id)) Disconnect Google @else Connect to Google @endif

Coming Soon!

@endsection