@php // Settings use App\Setting; use App\Page; $setting = Setting::where('status', 1)->first(); $pages = Page::get(); @endphp
{{ $settings->site_name }}

© {{ __('Copyright') }} {{ Carbon\Carbon::now()->format('Y') }}. {{ __('All Rights Reserved by') }} {{ config('app.name') }}.

{{ __('Getting Started') }}

{{ __('My Account') }}

{{ __('Legals') }}