@extends('admin.layouts.master') @section('title', 'Widget Settings - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Widget Settings') }}
{{ csrf_field() }} {{ method_field('PUT') }}
widget_enable == 1 ? 'checked' : '' }} onclick="myFunction()" />

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

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

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

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

help_enable == 1 ? 'checked' : '' }} />
@endsection @section('script') @endsection