@extends('Backend.dashboard') @section('title') Website Settings @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
@csrf
color == "red") checked @endif name="color" value="red" class="form-check-input" type="radio">
color == "green") checked @endif name="color" value="green" class="form-check-input" type="radio">
color == "orange") checked @endif name="color" value="orange" class="form-check-input" type="radio">
color == "royalblue") checked @endif name="color" value="royalblue" class="form-check-input" type="radio">
color == "bluejay") checked @endif name="color" value="bluejay" class="form-check-input" type="radio">
color == "motarde") checked @endif name="color" value="motarde" class="form-check-input" type="radio">
color == "purple") checked @endif name="color" value="purple" class="form-check-input" type="radio">
color == "black") checked @endif name="color" value="black" class="form-check-input" type="radio">

@csrf
@csrf
@csrf
** Separate your keywords by a comma.
Current Favicon :
@csrf
Edit Home Page Headings :
Edit Prices Headings :
Edit About us Page Headings :
Edit Features Page Headings :
Edit Services Page Headings :
Edit Team Page Headings :
Edit Projects Page Headings :
Edit Testimonials Page Headings :
Edit Blog Page Headings :
Edit Contact Page Headings :
Edit Faq's Page Headings :
Edit Footer Headings :
@foreach($navbar as $item) @endforeach
Navbar Item Edit Item Show / Hide
{{ $item->title }}
@csrf
@csrf
@csrf
@csrf

@foreach($users as $user) @endforeach
Admins Email Actions
{{ $user->email }} Delete Admin
@endsection