@extends('admin.layout.master') @section('content')
@php $i = 0; @endphp @foreach ($hotlines as $item) {{-- --}} {{-- --}} @endforeach
# Title Number Description Action
{{ ++$i }}{{ substr($item->title,0,30) }}{{ $item->title }} {{ $item->phone_number }}{{ substr($item->description,0,30) }}{{ $item->description}}
{{-- Data add Model Start --}} {{-- Data Add Modal End --}} @endsection