@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
@csrf
Business Type
Add
@php $count = 1; @endphp
@foreach ($business_types as $business_type) @endforeach
Sl Business Name Status Action
{{ $business_type->id }} {{ $business_type->business_name }} {{ $business_type->status ==1 ? 'Active': 'Inactive'}}
@endsection