@extends('admin.layout') @section('content')
{{ __('Theme Settings') }}
@csrf
{{__('Multipurpose Theme')}}
{{__('Bakery Theme')}}
{{__('Pizza Theme')}}
{{__('Coffee Theme')}}
{{__('Medicine Theme')}}
{{__('Grocery Theme')}}
{{__('Beverage Theme')}}
@endsection @section('scripts') @endsection