@extends('layouts.app') @section('content') @if (auth()->user()->company_id) @else @include('management.index') @endif @endsection