@extends('backend.layouts.form') @section('title', __('Account')) @section('section', __('Settings')) @section('back', route('admin.settings.index')) @section('content')
@csrf
{{ __('Project Overview') }}
{{ __('Main Section') }}
@if(is_file($mainSection->file_value)) @endif
{{ __('Colors Palette') }}
{{ __('Logo & App Icon') }}
{{ __('Supported (PNG, JPG, JPEG, SVG)') }}
{{ __('Supported (PNG, JPG, JPEG, SVG)') }}
{{ __('Supported (PNG, JPG, JPEG, ICO)') }}
@push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @endsection