@extends('adminlte::page') @section('content') @if($language_menu == '0') @section('content_header', __('admin.seo_settings')) @endif @if($language_menu == '1') @section('content_header', __('admin.languages')) @endif
@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

@endforeach
@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
@if($language_menu == '1')
@foreach($translations as $row) @endforeach
ID @lang('admin.language') @lang('admin.pages')
{{$row->id}} {{$row->language}} @lang('admin.view')
@else
@csrf @method('POST')


@endif
@endsection