@extends('backend.layouts.app') @section('content')
@csrf @method('PUT')
Edit Organizer
@if ($organizer->logo)
Logo
@endif

Official Information

@if (!$organizer->user && $organizer->email)
@endif
@endsection