@extends('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
@endif @if (@$data['sections']->key == 'statement') {{-- -------------------------------- Statement --------------------------------- --}}

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

@endif @if (@$data['sections']->key == 'study_at') {{-- -------------------------------- study_at --------------------------------- --}}

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

{{-- --}}
{{-- --}}
{{-- --}}
@endif @if (@$data['sections']->key == 'explore') {{-- -------------------------------- explore --------------------------------- --}}

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

@endif @if (@$data['sections']->key == 'why_choose_us') {{-- -------------------------------- why_choose_us --------------------------------- --}}

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

@foreach (@$data['sections']->data as $key=>$item) @endforeach
@endif @if (@$data['sections']->key == 'academic_curriculum') {{-- -------------------------------- academic_curriculum --------------------------------- --}}

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

@foreach (@$data['sections']->data as $key=>$item) @endforeach
@endif
@endsection