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

{{ $website_lang->where('lang_key','all_lawyer')->first()->custom_lang }}

{{ $website_lang->where('lang_key','lawyer_form')->first()->custom_lang }}
@csrf
@endsection