@extends('dispatcher.layout.base') @section('title', 'Update Profile ') @section('content')
@lang('admin.account.update_profile')
{{csrf_field()}}
@php($language=get_all_language())
@endsection