@extends('layouts.app') @section('content')
Tricall

Sign in to your account

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}

  • @endforeach
@endif @if (session('status'))

{{ session('status') }}

@endif
@csrf
@if (Route::has('password.request')) Forgot Password? @endif
@include('includes.login_jslinks') @endsection