@extends('backend.layouts.app') @section('title', localize('social_page')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('social_page') }}
@csrf
@if ($errors->has('fb'))
{{ $errors->first('fb') }}
@endif
@if ($errors->has('tw'))
{{ $errors->first('tw') }}
@endif
status == '1' ? 'checked' : '' }}> {{ localize('active') }}
status == '0' ? 'checked' : '' }}>{{ localize('inactive') }}
@endsection