@extends('layouts.admin') {{trans('home.serviceCategories')}} @section('content')
{{trans('home.serviceCategories')}}

{{trans('home.table_contain_all_data_shortly_you_can_view_more_details')}}


@foreach($serviceCategories as $serviceCategory) @endforeach
{{trans('home.id')}} {{trans('home.name_en')}} {{trans('home.name_ar')}} {{trans('home.status')}}
{{$serviceCategory->id}} {{$serviceCategory->name_en}} {{$serviceCategory->name_ar}} @if($serviceCategory->status == 1) {{trans('home.yes')}} @else {{trans('home.no')}} @endif
@endsection