@extends('admin.layouts.main') @section('title') Profile Management @endsection @section('content')

Profile Management

@csrf
{{-- --}}
@if(Session::has('success'))
@endif @endsection