@extends('layouts.admin.layout') @section('title') {{ $website_lang->where('lang_key','profile_image')->first()->custom_lang }} @endsection @section('admin-content')
{{ $website_lang->where('lang_key','profile_image')->first()->custom_lang }}
@csrf
{{ $website_lang->where('lang_key','default_profile')->first()->custom_lang }} default_profile_image
@endsection