@extends('layouts.admin') @section('title', 'Counters') @section('content')
Add Counter
@foreach($counters as $counter) @endforeach
Name Branch Type Assigned To Actions
{{ $counter->name }} {{ $counter->branch->name }} {{ ucfirst($counter->type) }} {{ $counter->assignedUser->name ?? '-' }} Edit
@csrf @method('DELETE')
{{ $counters->links() }} @endsection