@extends('admin.layout.auth') @section('content')

{{ Setting::get('site_title') }} Login

{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Remember Me

Admin Panel
@endsection