@extends('layouts.admin.app') @section('title',translate('messages.landing_page_settings')) @push('css_or_js') @endpush @section('content')
@php($landing_page_links = \App\Models\BusinessSetting::where(['key'=>'landing_page_links'])->first()) @php($landing_page_links = isset($landing_page_links->value)?json_decode($landing_page_links->value, true):null) @csrf
@endsection @push('script_2') @endpush