@extends('source.layouts.app') @section('content')
@csrf
C3S Publishers
Admin Login

Please enter your details to access the dashboard

@if ($errors->any())
{{ $errors->first() }}
@endif
{{-- Email --}}
{{-- Password --}}
{{-- Remember --}}
@endsection