inital commit

This commit is contained in:
2026-06-24 18:29:01 +06:00
commit f401802bf7
3918 changed files with 553085 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@foreach ($content as $key => $obj)
<?php if(array_key_exists($key,$content_image)) {?>
<div class="col-md-8 text-center">
<img src="<?php echo asset($content_image[$key])?>" width="500" height="400">
</div><br>
<?php } ?>
<div class="cb-content">{!! $obj !!}</div>
@endforeach