@extends('admin.layouts.master') @section('css') @endsection @section('content')

ویرایش پروفایل

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

@if (session('status')=='profile-information-updated') @endif
@csrf @method('PUT')
بازگشت
@endsection @section('js-page') @endsection