@extends('admin.layout.master') @section('css') @endsection @section('content') {{__('admin.edit')}} @method('put') @csrf {{__('admin.select_all')}} @foreach (languages() as $lang) {{__('site.name_'.$lang)}} @endforeach @foreach ($routes as $routeKey => $value) @if (isset($value->getAction()['title']) && isset($value->getAction()['type']) && $value->getAction()['type'] == 'parent') getName(), $myRoutes) ? 'checked' : ''}}> {{__('admin.'.$value->getAction()["title"])}} {{__('admin.select_all')}} @if (isset($value->getAction()['child']) && count($value->getAction()['child'])) @foreach ($value->getAction()['child'] as $key => $child) {{__('admin.'.$routesData['"admin.' . $child . '"']['title'])}} @endforeach @else {{__('admin.no_sub_routes')}} @endif @endif @endforeach {{__('admin.update')}} {{__('admin.back')}} @endsection @section('js') @endsection
{{__('admin.select_all')}}
{{__('admin.'.$value->getAction()["title"])}}