@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")}} {{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('ColorSettings') }}
@csrf







@endsection