@extends('profile.index') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('profile-content') @include('include.message')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection