@extends('frontend.organization.organization_layouts') @section('member-content')

Update Organization Profile

@if (session('success')) @endif @if (session('error')) @endif
@csrf @method('PUT')
{{--
--}}
@if ($organization->photo) Logo @endif
@endsection