@extends('layouts.master') @section('content')
Conference Abstracts
@foreach($data_abstract as $row) @endforeach
S/N Name Phone City Abstract title Action
{{$loop->index+1}} {{$row->title}}.  {{$row->first_middle_name}} {{$row->family_name}} {{$row->mobile}} {{$row->city}} {{Str::limit($row->abstract_title,'20',$end = '...')}}
@endsection