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

@lang($pageTitle)

@endsection @section('content')
@lang('modules.notices.updateNotice')
@csrf @method('PUT')
{{-- --}}
@endsection @push('footer-script') @endpush