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