Skip to content

Instantly share code, notes, and snippets.

View pixelcool's full-sized avatar
💭
I may be slow to respond.

pixelcool pixelcool

💭
I may be slow to respond.
View GitHub Profile
@pixelcool
pixelcool / navbar-component.md
Created September 10, 2023 18:34
navbar-components
<nav class="top-nav">
    <ul>

        <li>
            <a href="javascript:;" class="top-menu">
                <div class="top-menu__title">
                    @php
                        $currentCompany = Request::route('company');
                        if ($currentFacility = Request::route('facility')) {

$currentCompany = \App\Models\Company::find($currentFacility['company_id']);