@extends('users-area.layouts.app') @section('title', 'Theme') @section('content')

Theme

Add Theme
@forelse ($themes as $theme)
@if ($theme->is_default)Default@endif {{ $theme->name }}
{{ $theme->name }}
@csrf @method('DELETE')
@empty
No Data
@endforelse
{{-- --}} @endsection @push('script') @endpush