@extends('layouts.master') @section('content')
Check Books
Add New
@php $sn = 0; @endphp @foreach($checkBooks as $checkBook) @endforeach
ID Account Name Account No Routing No Total Page Actions
{{ ++$sn }} {{ $checkBook->name }} {{ $checkBook->account_no }} {{ $checkBook->routing_no }} {{ $checkBook->total_page }} Edit
@csrf @method('DELETE')
@endsection