@extends('layout', ['service'=>$service]) @section('css')
@endsection @section('gnb', view('gnb', ['service'=>$service])) @section('subgnb', view($service.'.gnb')) @section('content')
@include('common.board.path')
총
{{ $articles->total() }}
개의 {{ $total_title }}
어학원/인강 전체보기
service_id == 2)>어학원
service_id == 1)>인강
@php $score = ['4.0', '4.5', '5.0', '5.5', '6.0', '6.5', '7.0', '7.5', '8.0']; @endphp
합격점수 전체보기
@foreach($score as $v)
pass_overall == $v )>{{ $v }}
@endforeach
@php $period = ['1주', '2주', '3주', '1개월', '1.5개월', '2개월', '2.5개월', '3개월', '4개월', '4.5개월', '5개월 이상']; @endphp
달성기간 전체보기
@foreach($period as $v)
attainment_period == $v )>{{ $v }}
@endforeach
orderby == 'created_at' or !request()->order_by)>최신순
orderby == 'views')>조회순
@foreach($articles as $article)
@if (!empty($article->receipt_s3_key))
@else
@endif
@if ($article->created_at->addDays(1) > now()->toDateTimeString() )
N
@endif {{ $article->title }}
점수
{{ $article->pass_overall }}달성
{{ $article->attainment_period }}
{{ $article->created_by ? $article->writer->name:'' }}
합격 노하우 보기
@endforeach
@endsection @section('footer', view('footer')) @section('script') @endsection