@foreach ($properties->where('property', 'Logo')->take(1) as $property) @endforeach @foreach ($profils->take(1) as $profil) {{ $profil->name }} @endforeach {{-- Trix Editor --}} @include('dashboard.layouts.header')
@include('dashboard.layouts.sidebar')
@yield('container')