@extends('company.layouts.app') @section('title', 'Dashboard') @section('content')

@if($company->parent_id == '') {{ $company->company_name }} Agents @endif @if($company->parent_id) {{ $company->name }} Agents @endif

@endsection