@extends('layout.master') @push('styles') {{-- DataTables CSS --}} @endpush @section('content')
| # | ID Bioskop | Nama Bioskop | Kota | Alamat |
|---|---|---|---|---|
| {{ $key }} | {{ $theater->mtix_cinema_id }} | {{ $theater->name }} | {{ $theater->city_name ?? 'N/A' }} | {{ $theater->address ?? 'N/A' }} |