@extends('backend.handoff.layouts.app') @section('content')
{{ _lang('Update Profile') }}
@csrf
{{ _lang('Name') }}
{{ _lang('Email') }}
{{ _lang('Image (Squre Size)') }}
profile_picture) : '' }}" name="profile_picture" data-allowed-formats="square" data-allowed-file-extensions="png jpg jpeg PNG JPG JPEG">
{{ _lang('Update Profile') }}
@endsection