@extends('admin.layouts.master') @section('content')

{{ trans('app.theme_options') }}

@lang('app.options') @lang('app.values')  
@lang('app.featured_categories') @foreach($featured_categories as $category) {{ $category }} @endforeach @lang('app.edit')
@endsection