@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','live_chat')->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('lang_key','live_chat')->first()->custom_text }}
@csrf
@if ($setting->live_chat !=1)
@endif @if ($setting->live_chat==1)
@endif
@endsection