@extends('backEnd.layouts.master') @section('title','General Setting Manage') @section('css') @endsection @section('content')

General Setting Manage

@foreach($show_data as $key=>$value) @endforeach
SL Name White Logo Dark Logo Favicon Status Action
{{$loop->iteration}} {{$value->name}} @if($value->status==1)Active @else Inactive @endif
@if($value->status == 1)
@csrf
@else
@csrf
@endif
@endsection @section('script') @endsection