@extends('layouts.master')
@section('contain')
Industry Management
- Home
{{-- - User Table
--}}
{{--
Data table example
--}}
S.No |
Name |
Action |
@php
$num = 1;
@endphp
@foreach ($Industries as $Industry)
{{ $num++ }} |
{{ $Industry->name }} |
|
@endforeach
@endsection