@extends('admin.layout.master') @section('content') {{ __('admin.show') }} @foreach (languages() as $lang) {{ __('site.name_' . $lang) }} @endforeach {{ __('admin.select_main_section') }} {{ __('admin.select_section') }} @foreach ($categories as $cat) id == $category->parent_id) value="{{ $cat->id }}">{{ $cat->name }} @endforeach {{ __('admin.back') }} @endsection @section('js') @endsection