@extends('admin.layout')
@if(!empty($abs->language) && $abs->language->rtl == 1)
@section('styles')
@endsection
@endif
@section('content')
@if ($bex->home_page_pagebuilder == 0)
@endif
@if (count($points) == 0)
NO POINT ADDED
@else
| # |
Icon |
Title |
Serial Number |
Actions |
@foreach ($points as $key => $point)
| {{$loop->iteration}} |
|
{{convertUtf8($point->title)}} |
{{$point->serial_number}} |
Edit
|
@endforeach
@endif
{{-- Point Create Modal --}}
@includeif('admin.home.approach.create')
@endsection
@section('scripts')
@endsection