@extends('layouts.backend.app') @section('title', 'Account') @section('content')

Account

@if(Session::has('success')){{ Session::get('success') }}@endif
@if(Session::has('error')){{ Session::get('error') }}@endif
User Image
@csrf @method('put') @include('_partials._account')
@endsection