@extends('mobile.layouts.app') @section('content')
@foreach($nowPlaying->list as $row)
{{ $row->title }}
{{ $row->title }}
{{ $row->original_title }}

{{ $row->overview }}

개봉일 : {{ $row->releaseDate }}
@endforeach

{{-- 인기 영화 --}} {{-- 공지, 평점·후기 --}}
공지사항

@if($notice->total > 0) @foreach($notice->list as $row) @endforeach @else @endif
[공지] {{ $row->subject }} {{ $row->createdAt }}
공지 글이 없습니다.
평점·후기

@if($review->total > 0) @foreach($review->list as $row) @endforeach @else @endif
{{ $row->num }} [{{ $row->movie_nm }}] {{ $row->content }} {{ $row->createdAt }}
공지 글이 없습니다.
@endsection @push('styles') @endpush @push('scripts') @endpush