@extends('layouts.appmaster') @section('content')

Admob Ids List Add New

@if(count($ids_data) != 0) @foreach($ids_data as $idsData) @endforeach @else @endif
Sr No. Ids Name Ids Value Action
{{$i++}} {{ucwords(str_replace("_"," ",$idsData->id_name))}} {{$idsData->value}}
No Record Found
@endsection @section('body_bottom') @endsection