@extends('layouts.app') @section('title') User-Agent @endsection @section('content')
@include('flash::message') @if ($errors->any())
{{ $errors->first() }}
@endif @include('flash::message')
@endsection