@extends('layouts.backend',['page_title'=>'Pages']) @section('title')@parent - {{ trans('product.globals.categories') }} @stop @section('content-header')

Translate

@stop @section('content')
@if($translates && count($translates) > 0) @foreach($translates as $key=>$translate) @endforeach @else @endif
{{ trans('backend.Pages') }} Website Title Description {{ trans('backend.action') }}
{!! $translate->page !!} {!! $translate->title !!} {!! $translate->description !!}
@if(auth()->user()->role_id == 1 || auth()->user()->can('translates.edit')) @endif
{{trans('backend.no records founded')}}
{{$translates->render()}}
@stop @section('scripts') @stop