@extends('admin.authentication.master') @section('title')Login {{ $title }} @endsection @push('css') @endpush @section('content')
@push('scripts') @if($errors->any()) @endif @endpush @endsection