@extends('layouts.master') @section('title', 'Settings | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.settings')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.settings') }}
{{ __('basic.settings') }}
@csrf @method('PUT')
{{ __('basic.choose pic') }}
The logo must be less than 40kb with width of 167px and height of 107px in PNG format
@error('logo') {{ $message }} @enderror
@foreach ($option as $item) @if (in_array($item->option_name, ['logo', 'systemname','companytype'])) @else
@if ($item->option_name === 'timeslotduration') @elseif ($item->option_name === 'currency')
@elseif ($item->option_name === 'sidebar_width')
@else @endif @error($item->option_name) {{ $message }} @enderror
@endif @endforeach
@endsection @section('js') @endsection