@extends('layouts.app') @section('title', 'Edit Gas Company') @section('content')

Edit Company

@csrf @method('DELETE')
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@if($company->logo_path) {{ $company->name }} logo @else @endif @if($company->logo_path) @endif

Square image, 200x200px recommended

@error('logo')

{{ $message }}

@enderror

Contact Information

@error('contact_email')

{{ $message }}

@enderror
@error('contact_phone')

{{ $message }}

@enderror
@error('address')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
is_active) ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded">

Inactive companies won't be available for new sensor registrations.

@error('is_active')

{{ $message }}

@enderror
Cancel
@push('scripts') @endpush @endsection