@extends('layouts.app')
@section('title')
{{ __('messages.notice_boards') }}
@endsection
@section('page_css')
{{-- --}}
@endsection
@section('content')
@include('flash::message')
{{Form::hidden('noticeBoardUrl',url('employee/notice-board'),['id'=>'indexNoticeBoardUrl'])}}
{{Form::hidden('noticeBoardShowUrl',url('employee/notice-board'),['id'=>'employeeNoticeBoardShowUrl'])}}
@endsection
{{--let noticeBoardUrl = "{{url('employee/notice-board')}}";--}}
{{--let noticeBoardShowUrl = "{{url('employee/notice-board')}}";--}}
{{-- --}}