@extends('web.layouts.app') @section('content')

@lang('user.profile')

@csrf @method('PUT')
@if ($agent->image) user-image @else user-image @endif

@lang('user.note')

@lang('notes.profile_note')

@endsection @section('script') @endsection