@extends('layouts.main') @section('main-container') @section('style') @endsection
@foreach($investor as $list) @endforeach
SL.No. Type Category Status Created Action
{{$i}} {{strtoupper($list->type_of_content) }} {{strtoupper($list->category_name) }} {{ $list->status = 1 ? "Active" : "InActive" }} {{$list->created_at}}  
@endsection @section('script') @endsection