{{ $info->translations->where('lang_id',$active_lang->id)->first()->title }}
{!! $info->translations->where('lang_id',$active_lang->id)->first()->content !!}
@extends('site.layouts.layout') @section('content') @if ($errors->any()) @foreach ($errors->all() as $error)