@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf
{{ __('SEO for Main Landing Page') }}
{{ __('Landing Page Title') }}
{{ __('Landing Page Author') }}
{{ __('Landing Page Canonical URL') }}
{{ __('Landing Page Keywords') }}
{{ __('Landing Page Description') }}
{{ __('SEO for Login Page') }}
{{ __('Login Page Title') }}
{{ __('Login Page Author') }}
{{ __('Login Page Canonical URL') }}
{{ __('Login Page Keywords') }}
{{ __('Login Page Description') }}
{{ __('SEO for Registration Page') }}
{{ __('Register Page Title') }}
{{ __('Register Page Author') }}
{{ __('Register Page Canonical URL') }}
{{ __('Register Page Keywords') }}
{{ __('Register Page Description') }}
{{ __('SEO for Dashboard') }}
{{ __('Dashboard Author') }}
{{ __('Dashboard Keywords') }}
{{ __('Dashboard Description') }}
@endsection