@extends('layouts/acc_layout') @section('title', '| Cardless EMI Company Config') @push('style') @endpush @section('content')
| SL# | Company Name | Phone | Website | Address | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $company->name }} | {{ $company->email ?? '-' }} | {{ $company->phone ?? '-' }} | {{ $company->website ?? '-' }} | {{ $company->address ?? '-' }} | @if ($company->status) @else @endif |