@extends('admin.layouts.master') @section('title', 'Settings') @section('content')

{{ __('Settings') }}

{{ __('Settings') }}

@csrf

{{ __('Upload 680x320 (Pixel) Size image for best quality.Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('logo'))

{{ $errors->first('logo') }}

@endif

{{ __('Upload 680x320 (Pixel) Size image for best quality.Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('footer_logo'))

{{ $errors->first('footer_logo') }}

@endif

{{ __('Upload 325x325 (Pixel) Size image or Squre size image for best quality.Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('fav_icon'))

{{ $errors->first('fav_icon') }}

@endif

{{ __('Upload 2202x886 (Pixel) Size image for best quality.Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('home_beadcrum_img'))

{{ $errors->first('home_beadcrum_img') }}

@endif
@error('phone_no')

{{ $message }}

@enderror
@error('phone_no_2')

{{ $message }}

@enderror
@error('whatsapp_no')

{{ $message }}

@enderror
@error('social_links')

{{ $message }}

@enderror
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('address'))

{{ $errors->first('address') }}

@endif
@endsection