@extends('layouts.app') @section('keywords', '') @section('description', '') @section('content')
First slide
{{-- --}} Back

Board:

Previous Board No:

{{ $board->board_number }}

132456

Previous GRAD:

Board Status:

Username

{{ ucfirst($board->status) }}

@csrf {{-- --}} {{-- --}}
    @forelse($boardGrad as $key => $grad)
  • {{--

    {{$grad['user']->username}}

    --}} {{--

    {{ ($key + 1) }}

    --}}

    Grad

      @php $x = $y = 1 @endphp @forelse($grad->boardChildren($board->id) as $key => $pregrad) @if($key == 1)
    • Pre-grads

      Undergrads

      Newbies

    • @endif @if($grad->boardChildren($board->id)->count() == 1 && $pregrad->position == 'right')
    • {{--

      Pregrads

      --}}
    • @endif
    • {{--

      {{ ($key + 1) }}

      --}}
      {{--

      Pregrads

      --}}
        @forelse($pregrad->boardChildren($board->id) as $key => $undergrad) @if($pregrad->boardChildren($board->id)->count() == 1 && $undergrad->position == 'right')
      • {{--

        Undergrads

        --}}
      • @endif
      • {{--

        {{$undergrad['user']->username}}

        --}} {{--

        {{ ($x++) }}

        --}}
        {{--

        undergrads

        --}}
          @forelse($undergrad->boardChildren($board->id) as $key => $newbie) @if($undergrad->boardChildren($board->id)->count() == 1 && $newbie->position == 'right')
        • {{--

          No Invitee

          --}}

          {{ ($y++) }}

          {{--

          Newbies

          --}}
        • @endif
        • {{--

          {{ ($y++) }}

          --}}
          {{--

          Newbies

          --}}
        • @if($undergrad->boardChildren($board->id)->count() == 1 && $newbie->position == 'left')
        • {{--

          No Invitee

          --}} {{--

          {{ ($y++) }}

          --}}
          {{--

          Newbies

          --}}
        • @endif @empty
        • {{--

          No Invitee

          --}} {{--

          {{ ($y++) }}

          --}}
          {{--

          Newbies

          --}}
        • {{--

          No Invitee

          --}} {{--

          {{ ($y++) }}

          --}}
          {{--

          Newbies

          --}}
        • @endforelse
      • @if($pregrad->boardChildren($board->id)->count() == 1 && $undergrad->position == 'left')
      • {{--

        Undergrads

        --}}
      • @endif @empty
      • {{--

        Undergrads

        --}}
      • {{--

        Undergrads

        --}}
      • @endforelse
    • @if($grad->boardChildren($board->id)->count() == 1 && $pregrad->position == 'left')
    • {{--

      Pregrads

      --}}
    • @endif @empty
    • {{--

      Pregrads

      --}}
    • {{--

      Pregrads

      --}}
    • @endforelse
  • @empty
  • Grad

  • @endforelse
@endsection @section('js') @endsection