@extends('admin.layouts.app') @section('content') Home Info Site @include('admin.layouts.iconNavbarSidenav') Information Site @session('success') {{ $value }} × @endsession Whoops! There were some problems with your input. × @csrf @method('PUT') Address Email Phone Facebook facebook_status == 1 ? 'checked' : '' }}> Show X (Twiter) twitter_status == 1 ? 'checked' : '' }}> Show Instagram instagram_status == 1 ? 'checked' : '' }}> Show Linkedin linkedin_status == 1 ? 'checked' : '' }}> Show Youtube youtube_status == 1 ? 'checked' : '' }}> Show Whatsapp whatsapp_status == 1 ? 'checked' : '' }}> Show @can('info-edit') Updated @endcan @endsection @push('script') @endpush