@extends('layouts.app') @section('title', 'Profile') @section('page-title')

Profile

@endsection @section('content')
@csrf
@if ($errors->any())
Whoops! Ada beberapa masalah dengan input Anda.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

contoh : +6282233445566
@endsection @push('scripts') @endpush