@extends('layouts.admin') @section('jumbotron')

Edit User Profile

@endsection @section('content')
@if (!empty($user->social_id)) @else @endif
{{ $user->name }}
{{ $user->username }}
@include('layouts.errors')
{{ method_field('PUT') }} {{ csrf_field() }}
Choose File if you like to add new image or update exiting.
facebook.com/
twitter.com/
instagram.com/
Cancel
@endsection