@extends('landing.layouts.main') @section('title', 'My Profil - e-Kostan') @section('content') @if($errors->any()) × @foreach($errors->all() as $error) {{ $nomer++ }}. {{ $error }} @endforeach @endif @csrf My Profil @if(Auth::user()->type == 'google') {{-- // image upload --}} @else {{-- // image upload --}} @endif Update @endsection @section('script') @if($errors->any()) @endif @if(Session::get('update')) @endif @endsection