@if (Route::has('login')) @auth
Studio
@else
Log in
@if (Route::has('register'))
Register
@endif @endauth @endif
{{ config('app.name') }}
{{ $message->home_message }}
Github
Twitter
Instagram
Pinterest
and {{ $countButton - 4 }} other button ...
updated pages
@foreach($updatedPages as $page) @if(file_exists(public_path("img/$page->littlelink_name" . ".png" )))
littlelink_name" . ".png") }}" srcset="{{ asset("img/$page->littlelink_name" . "@2x.png 2x") }}" width="50px" height="50px">
@else
@endif @endforeach
@include('layouts.footer')