@extends('layouts.dashboard')
@section('css')
@endsection
@section('content')
| {{ __('Order') }} |
{{ __('Section Name') }} |
{{ __('Section Side') }} |
{{ __('Icon') }} |
{{ __('Status') }} |
{{ __('Controll') }} |
@foreach ($sections as $item)
| {{ $item->order }} |
{{ $item->name[$lang] }} |
{{ strtoupper($item->section_side) }} |
|
{{ $item->sub_of == 0 ? 'Main' : $item->parent->name[$lang] }} |
{{--
--}}
{{--
--}}
|
@endforeach
@endsection
@section('js')
@endsection