@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
@foreach ($data as $row) {{-- --}} {{-- --}} @endforeach
# {{trans($namespaceName.'/'.$modelName.'.'.'link_name')}} {{trans($namespaceName.'/'.$modelName.'.'.'company')}} {{trans($namespaceName.'/'.$modelName.'.'.'vip_short_link')}} {{trans($namespaceName.'/'.$modelName.'.'.'regular_short_link')}} {{trans($namespaceName.'/'.$modelName.'.'.'invitation_type')}} {{trans($namespaceName.'/'.$modelName.'.'.'event')}} {{trans($namespaceName.'/'.$modelName.'.'.'created_at')}} {{trans($namespaceName.'/'.$modelName.'.'.'action')}}
{{$loop->iteration}} {{$row->link_name}} {{$row->company->name}} {{$row->vip_registration_link}}{{$row->regular_registration_link}}{{$row->invitation_type}} {{$row->event->name}} {{$row->created_at}} {{-- --}} {{-- --}}
@endsection @push('js') @endpush