@extends('layouts.division') @section('title', 'Profile & Settings') @section('content')

Profile & Settings

Manage your division's contact information and account password

{{-- Division profile --}}

Division Information

@csrf
@if($division->logo_path) @endif
{{-- Change password --}}

Change Password

@csrf
@endsection