@extends('layouts.frontend') @section('page-title', 'Odorants') @section('content') @include('partials.breadcrumb')

{{ $odorant->common_name }}

@include('odorant.partials.odorant-graph')
@include('odorant.partials.receptor-graph')
@include('odorant.partials.images')
@include('odorant.partials.profile')
@include('odorant.partials.general-information')
@include('odorant.partials.functional-group')
@include('odorant.partials.drug-likeness')
@include('odorant.partials.image')
@include('odorant.partials.physicochemical-properties')
@include('odorant.partials.pharmacokinetic-profile')
@endsection @push('header') @endpush @push('footer') @endpush