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