@extends('web.layouts.app') @section('title',"الأقسام ") @section('content')
جميع الاقسام
@foreach($categories as $category)
{{$category->name[App::getLocale()]}}
@endforeach
@stop