@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',321)->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('id',321)->first()->custom_text }}
@csrf @foreach ($manageTexts as $manageText) @endforeach
{{ ucwords($manageText->default_text) }}
@endsection