@extends('main-page') @section('content') Industry Data Management {{-- Toastr --}}
@csrf
@csrf
@if ($industry_data != null) @foreach ($industry_data as $row) @endforeach @endif
Industry Name Status Action
{{ $row->id }} {{ $row->name }} {{ $row->status }}
@if (session('toastr')) @endif
@endsection