@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
@include('commons.notifications')

Click Apps

{{-- --}} @if ($click_apps->isEmpty()) @else @foreach ($click_apps as $row) @endforeach @endif
#App Name Type Code/URL Country Operator TFree Client Status Launch Date Other Info Action Bulk Actions ( )
No Records found
{{ $row->app_name }} {{ $row->app_type }} {{ $row->code }} {{ $row->country }} {{ $row->operator }} {{ $row->tollfree }} {{ $row->client }} {{ $row->status }} {{ $row->launch_date }} {{ $row->other_info }}
@endsection @section('javascript') @endsection