@extends('admin.layouts.app') @section('content')
@if(count($cntArr) > 0) @foreach($cntArr as $cnt) @endforeach @endif
@endsection