@extends('admin.app') @section('content')

Informations de la société

@csrf @method('PUT')
@if(!empty($company->logo))
Logo actuel
@endif
Entrez les réseaux sociaux au format JSON. Exemple : {"facebook": "https://facebook.com", "twitter": "https://twitter.com"}
@if(!empty($company->social_networks)) @php $socialNetworks = json_decode($company->social_networks, true) ?? []; @endphp @if(is_array($socialNetworks)) @endif @endif
@endsection