@extends('backend.app') @if(auth()->check()) @section('content') @else @section('auth') @endif
{{ $error }}