@extends('layouts.index') @section('page_title') {{$counter->count_name}} @endsection @section('website_active') nav-item active @endsection @section('pg_name') Update Counter Data @endsection @section('headaddons') @endsection @section('content') @if (count($errors) > 0)
@foreach ($errors->all() as $error)
Can't Update Counter : {{$error}}
@endforeach
@endif
@csrf
@endsection