{{-- resources/views/guests/companies/edit.blade.php --}} @extends('layouts.app') @section('title', 'Edit ' . $company->name) @section('page_title', 'Edit Company') @section('page_subtitle', $company->name) @section('content')