@extends('layouts.master') @section('page-title') {{ $page_title }} @endsection @section('page-css') @endsection @section('content')

App List

@if(count($apps_arr->content) > 0) @foreach($apps_arr->content as $row) @endforeach @else @endif
App Name Type Api Key Date Created
{{ $row->name}}
{{ $row->type }}
{{ \Carbon\Carbon::parse($row->createdAt)->format('Y-m-d H:i:s') }}
No records
@endsection @section('page-js') @endsection