@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ $pageTitle }}

{{ csrf_field() }} @php $tabs = ['general_information', 'card_styles', 'home_sections', 'images', 'authentication_pages', 'custom_css_js'] @endphp
@foreach($tabs as $tab)
@include("admin.theme.create.tabs.{$tab}")
@endforeach
@endsection @push('scripts_bottom') @endpush