@extends('layouts.admin.layout') @section('title') {{ $website_lang->where('lang_key','home_page')->first()->custom_lang }} @endsection @section('admin-content')
@php $feature_section=$sections->where('id',1)->first(); @endphp
{{ $website_lang->where('lang_key','home_page')->first()->custom_lang }} {{ ucwords($feature_section->section_name) }}
@csrf @method('patch')
@php $work_section=$sections->where('id',2)->first(); @endphp
{{ $website_lang->where('lang_key','home_page')->first()->custom_lang }} {{ ucwords($work_section->section_name) }}
@csrf @method('patch')
@php $service_section=$sections->where('id',3)->first(); @endphp
{{ $website_lang->where('lang_key','home_page')->first()->custom_lang }} {{ ucwords($service_section->section_name) }}
@csrf @method('patch')
@php $department_section=$sections->where('id',4)->first(); @endphp
{{ $website_lang->where('lang_key','home_page')->first()->custom_lang }} {{ ucwords($department_section->section_name) }}
@csrf @method('patch')
@php $client_section=$sections->where('id',5)->first(); @endphp
{{ $website_lang->where('lang_key','home_page')->first()->custom_lang }} {{ ucwords($client_section->section_name) }}
@csrf @method('patch')
@php $lawyer_section=$sections->where('id',6)->first(); @endphp
{{ $website_lang->where('lang_key','home_page')->first()->custom_lang }} {{ ucwords($lawyer_section->section_name) }}
@csrf @method('patch')
@php $blog_section=$sections->where('id',7)->first(); @endphp
{{ $website_lang->where('lang_key','home_page')->first()->custom_lang }} {{ ucwords($blog_section->section_name) }}
@csrf @method('patch')
@endsection