@extends('mainapp::layouts.backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{___('website.Key')}}: {{ @$data['sections']->key }}

@csrf @method('PUT')
{{-- @dd($data['sections']) --}}
@if (@$data['sections']->name)
@error('name')
{{ $message }}
@enderror
@endif @if (@$data['sections']->upload_id)
@endif @if (@$data['sections']->description)
@error('description')
{{ $message }}
@enderror
@endif @if (@$data['sections']->key == 'social_links') {{-- -------------------------------- Social link --------------------------------- --}}
@foreach (@$data['sections']->data as $key=>$item) @endforeach
@elseif (@$data['sections']->key == 'services') {{-- -------------------------------- services --------------------------------- --}}

{{___('mainapp_common.Details')}}

@elseif (@$data['sections']->key == 'contact') {{-- -------------------------------- contact --------------------------------- --}}

{{___('mainapp_common.Details')}}

@endif
@endsection