@extends('dashboard.layouts.app')
@section('title', getSetting('sector_name' , app()->getLocale() ))
@section('content')
| # |
{{ __('models.title') }} |
{{ __('models.desc') }} |
{{ __('models.image') }} |
{{ __('models.icon') }} |
{{ __('models.actions') }} |
@foreach ($sectors as $sector)
| {{ $sector->id }} |
{{ $sector->title }} |
{{ strip_tags($sector->desc) }} |
 }}) |
|
|
@endforeach
@push('js')
@endpush
@endsection