@extends('layouts.master-without-nav') @section('title') Candy Clan @endsection @section('content')
Welcome To Candy Clan

Please Sign In

@csrf
@error('email') {{ $message }} @enderror
{{-- --}}
@error('password') {{ $message }} @enderror
{{--
--}}
{{--
--}}
{{--

Don't have an account ? Signup

--}}
{{-- --}}
@endsection @section('script') @endsection