@extends('layouts.master') @section('title', 'All Industries') @section('content')

All Industries

@foreach($industries as $key => $industry) @endforeach
SL Short Name Title Published At Action
{{ $key + 1 }} {{ $industry->short_name }} {!! str_limit($industry->title, 50) !!} {{ $not_date }} - {{ $time }}
@csrf
@endsection