@php $files = array_diff(scandir(base_path('/resources/views/components/home_made_by_developer')), array('.', '..')); @endphp
@foreach ($files as $file) @php $file_name = str_replace('.blade.php', '', $file); @endphp
@include('components.home_made_by_developer.' . $file_name)
@endforeach