brand{{App\Language::trans('LeafExtend')}} @php $notification_listing = App\Setting::get_notification_by_leaf_group_id(); @endphp
  • @if(count($notification_listing) > 0) @endif
    Notifications
    @foreach($notification_listing as $row)
    {{$row}}
    {{date('Y-m-d', strtotime('now'))}}
    @endforeach
  • user
    {{Auth::user()->fullname}}
    Profile
    Online
    {!! Form::select('state_id', App\State::combobox(), null, ['class'=>'form-control']) !!}
    Log out