@extends('dashboard.layouts.master') @section('title') {{ __('lang.edit_profile') }} @stop @section('content')

{{ __('lang.edit_profile') }}

@include('dashboard.profile.include')
{{ __('lang.edit_profile') }}
@include('includes.flash_msg')
@csrf
{{ __('lang.choose') }} {{ __('lang.image') }} {{ __('lang.change') }} {{ __('lang.image') }} {{ __('lang.delete') }} {{ __('lang.image') }}
{{ __('lang.cancel') }}
@stop @section('css') @stop @section('js') @stop