@extends('layouts.app') @section('title', 'Bulletin Board') @section('content')
Sl No | Content | Client | Lenders | States | Status | Action |
---|---|---|---|---|---|---|
{{ $loop->iteration}} | {!! str_ireplace(' ', ' ',$tble_row->bulletin_content) ?? '' !!} | {{ !empty($tble_row->client) ? $tble_row->client : 'All Clients'}} | {{ !empty($tble_row->lenders) ? $tble_row->lenders : 'All Lenders' }} | {{ !empty($tble_row->states) ? $tble_row->states : 'All States' }} | @if($tble_row->is_active==1) Active @else Inactive @endif |