@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
@php
$work_section=$sections->where('id',2)->first();
@endphp
@php
$service_section=$sections->where('id',3)->first();
@endphp
@php
$department_section=$sections->where('id',4)->first();
@endphp
@php
$client_section=$sections->where('id',5)->first();
@endphp
@php
$lawyer_section=$sections->where('id',6)->first();
@endphp
@php
$blog_section=$sections->where('id',7)->first();
@endphp
@endsection