@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Status - Business
{{-- --}}
@foreach ($business as $bus) @endforeach
Sl # Buisness Description Status
{{ $loop->iteration }} {{ $bus->name }} {{ $bus->description }} @if($bus->status == 0) Inactive @else Active @endif
@endsection @push('custom_css') @endpush @push('custom_js') @endpush