@extends('admin.layouts.master') @section('title', 'Service Section') @section('content')

{{ __('Service Section') }}

{{ __('Service Section') }}

@foreach ($serviceSections as $id => $section) @endforeach
{{ __('#') }} {{ __('Title') }} {{ __('Type') }} {{ __('Order No') }} {{ __('Action') }}
{{ ++$id }} {{ $section->title }} @if ($section->type == 'rtl') Right To Left @elseif($section->type == 'ltr') Left To Right @endif {{ $section->order_no }}
@csrf
@endsection