@extends('layout') @section('title') {{ __('translate.Edit Profile') }} @endsection @section('body-content')

{{ __('translate.Edit Profile') }}

@include('profile.sidebar')

{{ __('translate.Profile Information') }}

@csrf @method('PUT')

{{ __('translate.Social Link') }}

{{ __('translate.Working Days') }}

img
@csrf
{{ __('translate.Upload Your Image') }}
{{ __('translate.Choose a image PNG, JPEG, JPG') }}
{{ __('translate.Note') }}: {{ __('translate.Max File Size 1MB') }}
@include('profile.logout')
@endsection @push('js_section') @endpush