@extends('layout.master') @push('styles') {{-- DataTables CSS --}} @endpush @section('content')

Master Data Bioskop

{!! getSvgIcon('duotune/general/gen021.svg', 'svg-icon-1 position-absolute ms-6') !!}
@foreach ($theaters as $key => $theater) @endforeach
# ID Bioskop Nama Bioskop Kota Alamat
{{ $key }} {{ $theater->mtix_cinema_id }} {{ $theater->name }} {{ $theater->city_name ?? 'N/A' }} {{ $theater->address ?? 'N/A' }}
@endsection @push('scripts') {{-- DataTables JS --}} @endpush