@extends('layouts.app') @push('head-script') @endpush @section('page-title')

{{ __($pageTitle) }}

@endsection @section('content')
@lang('modules.notices.addNotice')
{!! Form::open(['id'=>'createNotice','class'=>'ajax-form','method'=>'POST']) !!}
{{-- --}}
@lang('app.selectFile') @lang('app.change') @lang('app.remove')
{!! Form::close() !!}
@endsection @push('footer-script') @endpush