@extends('layouts.custom-master1') @section('styles') @endsection @section('content')

Sign in

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection @section('scripts') @endsection