@extends('admin') @section('css') @endsection @section('content') @include('admin_header')
@include('admin_left_menu')

My Category

@if (Session::get('error_msg'))
{{Session::get('error_msg')}}
@endif @if (Session::get('succ_msg'))
{{Session::get('succ_msg')}}
@endif

Category List

@if($data->count() > 0) {{--*/ $i = 1 /*--}} @foreach($data as $pic)
S.No Name Relation Type Actions
{{$i}} {{$pic->name}} @if($pic->ref_cat_id!='0'){{'Child'}}@else{{'Parent'}}@endif @if($pic->type=='T'){{'Talent'}}@endif @if($pic->type=='O'){{'Organization'}}@endif