@extends('admin.layout') @if(!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
@if ($bex->home_page_pagebuilder == 0)
Title & Subtitle
@if (!empty($langs)) @endif
@csrf
@if ($errors->has('approach_section_title'))

{{$errors->first('approach_section_title')}}

@endif
@if ($errors->has('approach_section_subtitle'))

{{$errors->first('approach_section_subtitle')}}

@endif
@if ($errors->has('approach_section_button_text'))

{{$errors->first('approach_section_button_text')}}

@endif
@if ($errors->has('approach_section_button_url'))

{{$errors->first('approach_section_button_url')}}

@endif
@endif
Points
Add Point
@if (count($points) == 0)

NO POINT ADDED

@else
@foreach ($points as $key => $point) @endforeach
# Icon Title Serial Number Actions
{{$loop->iteration}} {{convertUtf8($point->title)}} {{$point->serial_number}} Edit
@csrf
@endif
{{-- Point Create Modal --}} @includeif('admin.home.approach.create') @endsection @section('scripts') @endsection