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

Danh mục app

--}}
Danh sách Admob
@if(Auth::user()->role_id == 1) + Thêm mới @endif
{{--
--}} @foreach ($admobs as $item) @endforeach
Admob Name Account Email Hành động
Admob Name Account Email Hành động
{{ $item->admob_name }} {{ $item->account_email }}
@if(Auth::user()->role_id == 1) @endif
@endsection @push('scripts') @endpush