@extends('admin.layouts.app') @section('content')

Show Section

List Section
@include('success.success') @include('errors.error')
@if($service_section->sub_title != null)
@endif

@if($service_section->image != null) @else @endif
@if($service_section->sub_description != null)
@endif
@if($service_section->service_section_point)

@foreach($service_section->service_section_point as $service_point)

@endforeach
@endif Edit Section

@endsection @section('script') @endsection