@extends('layouts.master') @section('contain')

Industry Management

{{--
Data table example
--}}
@php $num = 1; @endphp @foreach ($Industries as $Industry) @endforeach
S.No Name Action
{{ $num++ }} {{ $Industry->name }}
@endsection