@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',306)->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('id',306)->first()->custom_text }}
@php $aboutSection=$sections->where('id',1)->first(); @endphp
@csrf
@php $featureSection=$sections->where('id',2)->first(); @endphp
@csrf
@php $overViewSection=$sections->where('id',3)->first(); @endphp
@csrf
@php $partnerSection=$sections->where('id',4)->first(); @endphp
@csrf
@endsection