@extends('layout.authentication') @section('title', 'Ficha Paciente') @section('content')
@csrf
Sesion expirada
@if($errors->any())
{{session('errors')->first('message1')}}
@endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

@endsection @section('page-script') @stop