@extends('front.layout.app') @section('title') @stop @section('content') Everything is designed. Few things are designed well.,designed simply.,designed better. إظهار الكل @foreach ($categories as $category) {{ $category->title_ar }} @endforeach @foreach ($categories as $category) @foreach ($category->workes as $item) @if ($item->v_link) @endif @if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $item->title_ar }}@else{{ $item->title }} @endif @endforeach @endforeach @endsection @section('js') @endsection