@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

    IMG
    @if(Auth::user()->type == 'google') {{-- // image upload --}}
    @else {{-- // image upload --}}
    @endif
    @endsection @section('script') @if($errors->any()) @endif @if(Session::get('update')) @endif @endsection