@extends('layouts.master') @section('content')
{{$title}}
@if(Session::has('msg')) {{Session::get('msg')}} @endif @if (session('data'))
{{ session('data') }}
@endif @if(!empty($all)) @foreach($all as $info) where('depend_on',$info->id)->get(); $count_color++; if($count_color%2==0){ $sty = "#118314"; } else{ $sty = "#0861BE"; } ?> @if($chk->count() > 0) @foreach($chk as $val) @endforeach @else @endif @endforeach @endif
Group Name User Designation Action
{{$count++}} {{$info->group_name}} {{$val->one_rlation->name}} {{$val->designation}}     id")}}" style="color:#FD4B39;">
{{$count++}} {{$info->group_name}}     id")}}" style="color:#FD4B39;">

@endsection @section('script') @endsection