@extends('layout.main') @section('content')

{!! config('app.name') !!}

{{-- @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif --}} {{-- {{ dd($chk_browser) }} --}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}

{{-- --}} 了解更多 {{-- --}}
{{-- --}}
@endsection