@extends('admin.layout.base') @section('title', 'Update Profile ') @section('content')
@lang('admin.account.update_profile')
{{csrf_field()}}
@php($language=get_all_language())
@if(isset(Auth::guard('admin')->user()->picture)) @endif
@endsection