@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@if($public_notice_switch)
{{ $info->name }}
@else
{{ $public_notice->title }}
@endif
    @foreach($info->steps as $step)
  • {{ $step['name'] }}

    {{ $step['time'] }}

  • @endforeach
@if($public_notice_switch) {!! $info->introduction !!} @else {!! $public_notice->content !!} @endif
@endsection @section('script') @endsection