@extends('admin.layouts.master') @section('title', 'Adsense Setting - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Adsense Settings') }} @endslot @slot('menu1') {{ __('Adsense Settings') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('AdsenseSetting') }}
{{ csrf_field() }} {{ method_field('PUT') }}


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

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

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

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

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

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


@endsection @section('script') @endsection