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