@extends('layouts.master') @section('title', 'Proxima Settings | Proxima - Medical Management app') @section('title-topbar', 'Proxima Settings') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

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

@endif @endsection @section('content')
Dashboard | Proxima Settings
Proxima 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 ($item->option_name !== 'logo')
@if ($item->option_name === 'timeslotduration') @else @endif @error($item->option_name) {{ $message }} @enderror
@endif @endforeach
@endsection @section('js') @endsection