@extends('admin.layouts.master') @section('title', 'Adsense Setting - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.AdsenseSetting') }}

{{ csrf_field() }} {{ method_field('PUT') }}

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

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

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

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

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

  • @endsection @section('script') @endsection