@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 }}
@php $score = ['4.0', '4.5', '5.0', '5.5', '6.0', '6.5', '7.0', '7.5', '8.0']; @endphp
@php $period = ['1주', '2주', '3주', '1개월', '1.5개월', '2개월', '2.5개월', '3개월', '4개월', '4.5개월', '5개월 이상']; @endphp
@endsection @section('footer', view('footer')) @section('script') @endsection