@php
$data = asset('storage/' . $layer->file);
$geojson = file_get_contents($data);
$layer_data = json_decode($geojson, true);
$kolom = $layer_data['features'][0]['properties'];
$nama_kolom = array_keys($kolom);
@endphp
Detail Layer
@endsection
@push('scripts')