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

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

{{ $websiteLang->where('lang_key','blog_form')->first()->custom_text }}
@csrf @method('patch')
old blog image
@endsection