Certificate uploaded: {{ basename($fbrSetting->certificate_path) }}
@endif| Location Name | FBR Enabled | Action |
|---|---|---|
| {{ $location->name }} | @if($location->fbr_enabled) Enabled @else Disabled @endif | |
| No locations found | ||
@extends('layouts.app')
@section('title', 'FBR Settings')
@section('content')
Certificate uploaded: {{ basename($fbrSetting->certificate_path) }}FBR Settings
Configure FBR API credentials and location settings
@forelse($locations as $location)
Location Name
FBR Enabled
Action
@empty
{{ $location->name }}
@if($location->fbr_enabled)
Enabled
@else
Disabled
@endif
@endforelse
No locations found