@extends('layouts.admin') @section('content')
{{ trans('global.add') }} {{ trans('global.explore.title_singular') }}
@if ($message = Session::get('success'))
{{ $message }}
@endif
{{ trans('global.explore.title_singular') }} {{ trans('global.list') }}
@foreach ($explores as $key => $explore) @endforeach
No {{ trans('global.explore.fields.main_title') }} {{ trans('global.explore.fields.title') }} {{ trans('global.explore.fields.sub_title') }} {{ trans('global.explore.fields.youtube_image') }} {{ trans('global.explore.fields.video_description') }} {{ trans('global.explore.fields.slider_title') }}
{{ ++$key }} {{ $explore->main_title ?? '' }} {{ $explore->title ?? '' }} {{ $explore->sub_title ?? '' }} @if ($explore->youtube_image) @endif {{ $explore->video_description ?? '' }} {{ $explore->slider_title ?? '' }} {{ trans('global.view') }} {{ trans('global.edit') }}
@endsection @section('scripts') @endsection