@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') {!! Html::style(Theme::current()->assetPath.'/page/css/profile-rtl.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-markdown/css/bootstrap-markdown.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css') !!} @endsection @section('content')
{{__('Phone')}} | {{__('email')}} | {{ __('Device Type') }} | {{ __('Device') }} | {{ __('Platform') }} | {{__('Action')}} | |||
---|---|---|---|---|---|---|---|---|
{{ $loop->index + $registrations->firstItem() }} | {{ $registration->name }} | {{ $registration->phone }} | {{ $registration->email }} | {{ @$registration->type }} | {{ @$registration->device }} | {{ @$registration->platform }} | @if ($registration->created_at) {{ date('Y-m-d', strtotime($registration->created_at)) }} @endif | {{ Form::open(['method' => 'DELETE', 'route' => ['admin.land-page.destroy', $registration->id]]) }} {{ Form::close() }} |