@extends('layout.admin_layout') @section('title', 'Manage Profile') @section('body') @section('header', 'Manage Profile') @section('badge') {{-- --}}
@endsection
@if(request()->user()->profile_image != '') @else logo @endif
@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif

Manage Profile

{{ csrf_field() }}
@if(request()->user()->profile_image!='')