@extends('backend.template.index') @section('title', $title) @push('css-between') @endpush @push('script-between') @endpush @section('content')
@foreach ($theme_galleries as $theme_gallery)
{{ $theme_gallery->name }}
@endforeach
@endsection