@extends('landing.layout.main') @section('title','Profil - ') @section('content')

Profil

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @csrf @method('POST') @if(Auth::user()->google == '1')
    @else
    @endif
    @endsection