@extends('master_layout.app') @section('content')

Industries

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@foreach ($industries as $tl) @endforeach
S no Industry Number Industry Name Action
{{ $tl->id }} {{ $tl->number }} {{ $tl->industry }}
@endsection