@extends('admin.layout') @section('content')
{{ __('Update Favicon') }}
@csrf

@if (!empty($data->favicon)) favicon @else ... @endif
{{ __('Choose Image') }}
@if ($errors->has('favicon'))

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

@endif

{{ __('Upload 40X40 pixel size image or squre size image for best quality.') }}

@endsection