@extends('layouts.app') @section('title') Login @endsection @section('content') @php $content = App\Models\LoginCms::find(1); @endphp
First slide
@if(Session::has('info'))

{{ Session::get('info') }}

@endif
@csrf
or Register

or use a social network

{{--
--}}
@include('includes.instagram') @endsection