@extends('layouts.admin.layout') @section('title') {{ $website_lang->where('lang_key','profile')->first()->custom_lang }} @endsection @section('admin-content')
{{ $website_lang->where('lang_key','profile')->first()->custom_lang }}
@if (Session::has('update-profile'))

{{ Session::get('update-profile') }}

@endif
@csrf
@if ($admin->image) default user image @else default user image @endif
@endsection