@extends('layout')
@section('h4-page', __("edit") . " " . __("profile"))
@section('contents')
@if (session('success'))
{{ session('success') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scripts')
@endsection