@extends('eventmie::layouts.app') {{-- Page title update organisation page --}} @section('title') {{ $organiser_d->organisation }} @endsection @section('meta_title', $organiser_d->organisation) @section('meta_description', $organiser_d->org_description) @section('meta_url', url()->current()) @if ($organiser_d->avatar) @section('meta_image', url(getStorageImage($organiser_d->avatar))) @endif @section('content') @if(getStorageImage($organiser_d->avatar)) @if ($organiser_d->avatar) @else @endif {{ $organiser_d->organisation }} @if ($organiser_d->org_facebook) @endif @if ($organiser_d->org_instagram) @endif @if ($organiser_d->org_youtube) @endif @if ($organiser_d->org_twitter) @endif @if ($organiser_d->org_website) @endif {{ __('eventmie-pro::em.contact_organizer') }} @if($organiser_d->org_description) {!! nl2br($organiser_d->org_description) !!} @endif @endif @endsection @section('javascript') @Vite('resources/js/organiser/index.js') @endsection
{!! nl2br($organiser_d->org_description) !!}