@extends('layouts.portal') @section('page-title', $company ? __('Edit Company Profile') : __('Setup Company Profile')) @section('sidebar') @include('employer.partials.sidebar') @endsection @section('content')
@csrf @method('PUT')
@if($company?->logo) @endif
@if($company?->cover_image) @endif
@if($company?->slug)

{{ __('View public company page') }} @if($company->is_verified) · {{ __('Verified') }} @endif

@endif
@endsection