@extends('auth.layouts.master') @section("title") Login @endsection @section("content")

Sign in

@csrf
@include('layouts.script') @endsection @section('script') @endsection