@extends('layouts.master_pub') @section('title') VoiceSync: Log in @endsection @section('content.header.title') VoiceSync @endsection @section('content')

Log in

@if (@isset($is_admin) && $is_admin == 1)
@endif @if (@isset($is_admin) && $is_admin == 0 || !@isset($is_admin)) @endif @csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection