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