@extends('admin.layouts.master') @section('title', 'Color Option - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Color Settings') }} @endslot @slot('menu1') {{ __('Color Settings') }} @endslot @slot('button')
{{ __("Reset")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.ColorSettings') }}
@csrf







@endsection