public function chrome_apps()
 {
     $data = ["route_info" => \sr::external("main", "chrome apps"), 'theme' => $this->themes[0]];
     //		dd($data);
     return $this->get_view("external.chrome-apps-index", $data);
 }
<?php 
$index = ["img" => get_thumb($page_img), "title" => "My Chrome APPs !", "desc" => "My APPs on Google Chrome Plateform", "desc2" => "ملحوظة: جميع البرامج هنا تجريبية - إذا كنت تريد شراء النسخ المكتملة أو إضافة بعض الخواص لها يمكنك الإتصال بـ <span class='bright'>" . social('my_phone_1') . "</span>.", "itiration" => sr::external("chrome apps")];
?>



@section('breadcrumbs')
@overwrite
@section("media")
@overwrite

@section("css_add")
    .jumbotron{
    background-color:rgba(0,0,0,.8)
    }
    section h4 a,section h4 a:hover,section h4 a:visited{
    display:block;
    color:inherit;
    text-decoration: none;
    }
    .grid-elm2{
        {{--background:rgba(0,0,0,.6);--}}
        color:white;
        padding: 10px;
        border:2px solid #333;
        {{--border-radius:15px;--}}
        {{--margin-bottom:10px;--}}
        height:200px;
        overflow-x:hidden;
        transition:all linear .2s;
    }