@extends('layouts.master') @section('content')

@lang('messages.myprofile')

@if (Session('error')) @endif @if (Session('success')) @endif
@csrf
@endsection