@extends('layouts.master') @section('title',__('Google Advertise')) @section('stylesheet') @endsection @section('breadcum') @endsection @section('maincontent')
{{__("Create AD")}}
@php $i=0; @endphp @foreach($googleads as $ad) @php $i++ @endphp @endforeach
{{__('Google Ad Client')}} {{__('Google Ad Slot')}} {{__('Edit')}} {{__('Actions')}}
{{ $i }} {{ $ad->google_ad_client }} {{ $ad->google_ad_slot }}
{{ csrf_field() }} {{ method_field('DELETE')}}
@endsection @section('script') @endsection