@extends('backEnd.master') @section('title') @lang('communicate.add_notice') @endsection @section('mainContent')
@lang('communicate.add_notice')
@lang('common.dashboard')
@lang('communicate.communicate')
@lang('communicate.add_notice')
@if (userPermission('add-notice'))
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'save-notice-data', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@lang('communicate.add_notice')
@lang('communicate.notice_board')
@lang('common.title')
*
@if ($errors->has('notice_title'))
{{ $errors->first('notice_title') }}
@endif
@lang('communicate.notice')
@lang('communicate.is_published_web_site')
@lang('communicate.notice_date')
*
@if ($errors->has('notice_date'))
{{ $errors->first('notice_date') }}
@endif
@lang('communicate.publish_on')
*
@if ($errors->has('publish_on'))
{{ $errors->first('publish_on') }}
@endif
@lang('communicate.message_to')
@foreach ($roles as $role)
{{ @$role->name }}
@endforeach @if ($errors->has('role'))
{{ $errors->first('role') }}
@endif
@lang('communicate.save_content')
{{ Form::close() }} @endif
@endsection @include('backEnd.partials.date_picker_css_js') @push('scripts') @endpush