@extends('layout.app') @section('title','Counters') @section('counter','active') @section('content')
{{@csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@section('js') @endsection @endsection