@extends('cms.layouts.main') @section('content') @include('cms.layouts.headers.cards')

{{ $page_info['title'] }}

{{-- @can('point_of_sale-create') --}} Add {{-- @endcan --}}
@include('cms.components.alert', ['with' => 'status', 'class' => 'success'])
@foreach($rows as $row) @endforeach
Date Text
{{ $row->date }} {{ $row->text }}
@include('cms.layouts.footers.auth')
@endsection