@extends('layouts.portal') @section('page-title', $company ? __('Edit Company Profile') : __('Setup Company Profile')) @section('sidebar') @include('employer.partials.sidebar') @endsection @section('content')
{{ __('View public company page') }} @if($company->is_verified) · {{ __('Verified') }} @endif