@extends('fleet.layout.base') @section('title', 'Update Profile ') @section('content')
Update Profile
{{csrf_field()}}
@if(isset(Auth::guard('fleet')->user()->logo)) @endif
@endsection