@extends('layouts.app') @section('title', 'Company Settings - Quotation App') @section('styles') @endsection @section('content')
| # | Logo | Company Name | City, State | Phone | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($company->logo_path)
|
{{ $company->company_name }} | {{ $company->city }}, {{ $company->state }} | {{ $company->phone_number }} | {{ $company->email }} | @if($company->is_active) Active @else Inactive @endif |
Click the "Add Company" button to add your first company.