@extends('layouts.app') {{-- Include the layout --}} @section('content') @include('loader') @php if(isset($groupacctid)){ $groupactive='active'; $detailactive=''; $grouparia='true'; $detailaria='false'; $groupshow='show'; $detailshow=''; } else if (isset($detacctid)){ $groupactive=''; $detailactive='active'; $grouparia='false'; $detailaria='true'; $groupshow=''; $detailshow='show'; } else{ $groupactive='active'; $detailactive=''; $grouparia='true'; $detailaria='false'; $groupshow='show'; $detailshow=''; } @endphp