@extends('layouts.dashboard') @section('content')

Edit Company: {{ $company->name }}

Back
{{ $company->name }}

{{ $company->industry ?? 'Unknown Industry' }} • {{ $company->city ?? 'Unknown City' }}

@csrf @method('PUT')
Administrative Controls
is_verified ? 'checked' : '' }}>
Displays a blue checkmark next to the name.
is_featured ? 'checked' : '' }}>
Highlights the company in specific lists.
@endsection