@extends('admin.layouts.master') @section('css') @endsection @section('content')

{{ $title }}

@csrf @if (isset($counter->id)) @method('PUT') @endif
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@for($i=1;$i<9;$i++)
@endfor
@endsection @section('js-page') @endsection