@extends('layout.layout') @php $route = 'sub_categories'; @endphp @section('title',__('lang.main_categories')) @section('header')

{{trans('lang.'.$route)}}

@endsection @section('content')
{{__('lang.image')}} {{__('lang.name_ar')}} {{__('lang.name_en')}} {{__('lang.Users_active')}} {{__('lang.Actions')}}
@endsection @section('script') @endsection