@extends('admin.layout.app') @section('title', $pageTitle . ' | LVT ') @section('content')
{{--

Danh mục app

--}}
Danh sách app
{{-- @can('manage-crud') + Thêm mới @endcan --}}
@if(isset($selectedStatus) && $selectedStatus !== '') @endif
@if(Auth::user()->role_id == 1) + Thêm mới @endif
{{--
--}} @foreach ($apps as $app) @endforeach
App name Google ADS Name Alert Daily Hành động
App name Google ADS Name Alert Daily Hành động
{{ \Illuminate\Support\Str::limit($app['app_name'], 50) }} {{ $app['google_ads_name'] }} {{ $app['alert'] }} {!! $app['status_label'] !!}
@if(Auth::user()->role_id == 1) @endif @if(Auth::user()->role_id == 1) @endif
@endsection @push('scripts') @endpush