@extends('admin.layout') @section('content')
{{ $errors->first('primary_color') }}
{{ $errors->first('secondary_color') }}
{{ $errors->first('breadcrumb_overlay_color') }}
{{ $errors->first('breadcrumb_overlay_opacity') }}
{{ __('This will decide the transparency level of the overlay color.') }} {{ __('Value must be between 0 to 1.') }} {{ __('Transparency level will be lower with the increment of the value.') }}