@extends('website.layouts.master') @section('title') {{__('website-trans.departments')}} @endsection @section('content') {{__('website-trans.departments')}} {{__('website-trans.home')}} {{__('website-trans.allDepartments')}} {{__('website-trans.departmentsServices')}}. {{__('website-trans.informationTechnologyLine')}} {{__('website-trans.advertisingLine')}} {{__('website-trans.printingPackagingLine')}} @foreach($infos as $data) {!!App::getLocale() == 'ar' ? $data->name_ar : $data->name_en !!} {!!App::getLocale() == 'ar' ? \Str::limit($data->description_ar, 60): \Str::limit($data->description_en, 60) !!} @endforeach @foreach($advertis as $data) {!!App::getLocale() == 'ar' ? $data->name_ar : $data->name_en !!} {!!App::getLocale() == 'ar' ? \Str::limit($data->description_ar, 60): \Str::limit($data->description_en, 60) !!} @endforeach @foreach($prints as $data) {!!App::getLocale() == 'ar' ? $data->name_ar : $data->name_en !!} {!!App::getLocale() == 'ar' ? \Str::limit($data->description_ar, 60): \Str::limit($data->description_en, 60) !!} @endforeach @endsection @section('js') @endsection