@extends('admin.layouts.app') {{-- Custom CSS --}} @section('custom-css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
{{-- Links --}} @include('admin.pages.settings.include.links', ['link' => 'website'])
@csrf

{{-- Themes --}}
{{-- Themes --}} @foreach ($themes as $theme)
@endforeach
{{-- Theme Colors --}}
{{-- Home Banner Image --}}
{{ __('Banner Image') }} ({{ __('Recommended size : 1000 x 667') }})
{{-- Website Logo --}}
{{ __('Website Logo') }} ({{ __('Recommended size : 200 x 90') }})
{{-- Favicon --}}
{{ __('Favicon') }} ({{ __('Recommended size : 200 x 200') }})
{{-- App Name --}}
{{-- Site Name --}}
@php // CSS $customCss = ""; $customCss = str_replace('', '', $customCss); // JS $customJs = ""; $customJs = str_replace('', '', $customJs); @endphp {{-- Custom CSS --}}
{{-- Custom JS --}}

{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('custom-js') @endsection @endsection