@extends('setting::settings') @section('title', localize('application')) @push('css') @endpush @section('setting_content')
{{ __('Edit Application') }}
@csrf
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('website'))
{{ $errors->first('website') }}
@endif
@if ($errors->has('copy_right'))
{{ $errors->first('copy_right') }}
@endif
@if ($errors->has('preloader_status'))
{{ $errors->first('preloader_status') }}
@endif
fixed_date == true ? 'checked' : '' }} data-bs-toggle="toggle" data-on="Enable" data-off="Disable" data-onstyle="success" data-offstyle="danger">
Please fixed your sale date @if ($errors->has('fixed_date'))
{{ $errors->first('fixed_date') }}
@endif
Sidebar-Logo-Preview
@if ($errors->has('favicon'))
{{ $errors->first('favicon') }}
@endif
Recommended pixel (60 X 60)
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('footer_text'))
{{ $errors->first('footer_text') }}
@endif
@if ($errors->has('time_zone'))
{{ $errors->first('time_zone') }}
@endif
@if ($errors->has('newstriker_status'))
{{ $errors->first('newstriker_status') }}
@endif
@if ($errors->has('speed_optimization'))
{{ $errors->first('speed_optimization') }}
@endif
Login-Image-Preview
Logo-Preview
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
Recommended pixel (135 X 45)
Sidebar-Logo-Preview
Recommended pixel (150 X 45)
Footer-Logo-Preview
Recommended pixel (150 X 45)
App-Logo-Preview
Recommended pixel (150 X 45)
Mobile-Menu-Image-Preview
Recommended pixel (150 X 45)
Recommended pixel (90px X 90px)
@endsection @push('js') @endpush