@extends('layouts.admin.layout') @section('title') {{ $website_lang->where('lang_key','notify_lang')->first()->custom_lang }} @endsection @section('admin-content')
{{ $website_lang->where('lang_key','notify_lang')->first()->custom_lang }}
@csrf @foreach ($notification_texts as $notification_text) @endforeach
{{ ucwords($notification_text->default_lang) }}
@endsection