{{-- @dd($headings) --}} @extends('backend.layouts.app') @section('title', __('Edit Explore')) @section('content')
@method('PUT') @csrf
Create Explore
@foreach ($headings as $key => $value)
Heading
@endforeach
@endsection @push('after-scripts') @endpush