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