@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','state')->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','all_state')->first()->custom_text }}

{{ $websiteLang->where('lang_key','state_form')->first()->custom_text }}
@csrf
@endsection