@extends('layouts.admin.layout') @section('title') {{ $website_lang->where('lang_key','setting')->first()->custom_lang }} @endsection @section('admin-content')
{{ $website_lang->where('lang_key','blog_comment')->first()->custom_lang }}
@csrf
@endsection