@extends('manager.layouts.master') @section('content')

Profile

@csrf @method('PUT')
@if(Auth::user()->image) @else
No Image Provided
@endif
@endsection