@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

OTT App Details

App Name {{ $ottApp->name }}
Package Name {{ $ottApp->package }}
Created At {{ $ottApp->created_at->format('M d, Y \a\t g:i A') }}
Updated At {{ $ottApp->updated_at->format('M d, Y \a\t g:i A') }}
API Response

This app appears in the API as:

{
    "name": "{{ $ottApp->name }}",
    "package": "{{ $ottApp->package }}"
}
@endsection