@extends('admin.layouts.app') @section('content')
ID | Name | Type | Status | Verification | Actions |
---|---|---|---|---|---|
{{ $business->id }} | {{ $business->name }} | {{ $business->type->name }} | {{ $business->is_active ? 'Active' : 'Inactive' }} | {{ $business->is_verified ? 'Verified' : 'Pending' }} | Edit @if(!$business->is_verified) @endif |