@extends('admin.layouts.master') @section('title', 'Adsense Settings - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Adsense Settings') }}
{{ csrf_field() }} {{ method_field('PUT') }}


ishome == 1 ? 'checked' : '' }} />

iscart == 1 ? 'checked' : '' }} />

iswishlist == 1 ? 'checked' : '' }} />

isdetail == 1 ? 'checked' : '' }} />

isviewall == 1 ? 'checked' : '' }} />

status == 1 ? 'checked' : '' }} />


@endsection @section('script') @endsection