@extends('layouts.app') @section('content')
Flink Freight
{{--

Welcome Back

--}}

Sign in to your account

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{-- @if (Route::has('password.request')) Forgot password? @endif --}}
{{-- @if (Route::has('register'))

Don't have an account? Sign Up

@endif --}}
@endsection