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

{{ __('admin.view') . ' ' . __('admin.interest') }}

@foreach (languages() as $lang)
@endforeach {{-- interest options --}}
{{ __('admin.options') }}

@foreach ($interest->options as $option) @endforeach
{{ $option->name }}
{{-- interest options --}}
@endsection @section('js') @endsection