@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Index | Description | Location Link | Action | @if (count($locations) > 0) @php $i = $locations->perPage() * ($locations->currentPage() - 1) + 1; @endphp @foreach ($locations as $location) @php $extra = collect($location->extra ?? []); @endphp||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $location->name ?? '-' }} | {{ $location->index ?? '-' }} | @if ($location->description) {!! Str::limit($location->description, 30) !!} @else - @endif | @if ($extra->get('location_link')) {{ Str::limit($extra->get('location_link'), 30) }} @else - @endif | |||||
| No Data Found | |||||||||