@extends('layouts.default', [ 'sidebarLight' => true, 'headerMegaMenu' => true, 'sidebarMenu' => 'board', ]) @section('title', Lang::get('board.word.board')) @push('css') @endpush @section('content')

{{ Lang::get('board.word.board') }}

@include('template.board.search')
{{ Lang::get('board.word.register') }}
@include('template.board.list')
No. {{ Lang::get('board.word.title') }} {{ Lang::get('board.word.name') }} {{ Lang::get('board.word.create_time') }}
@include('template.table_pagination', ['resources' => $board])
@endsection @push('scripts') @endpush