@extends('layouts.app') @section('title') Dashboard | Edit Profie Web @endsection @push('addon-style') @endpush @section('content')
@if (session('success')) @endif {{--
--}} {{--
--}} @foreach ($profile as $user)
@csrf @method('PUT')
Profile Picture
@if($user->foto == NULL) @else @endif
JPG or PNG no larger than 5 MB
Upload new image
{{--
--}}
Profile
{{--
--}} {{--
--}}
@endforeach @endsection @push('addon-script') @endpush