css.blade.php 91 B

123
  1. @foreach($css as $c)
  2. <link rel="stylesheet" href="{{ admin_asset("$c") }}">
  3. @endforeach