@extends('layouts.member-app') @section('page-title')

@lang($pageTitle)

@endsection @section('content')
@lang('modules.notices.updateNotice')
{!! Form::open(['id'=>'updateNotice','class'=>'ajax-form','method'=>'PUT']) !!}
{!! Form::close() !!}
@endsection @push('footer-script') @endpush