KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/namascar_app/panel.namascar.app/resources/views/notification/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/namascar_app/panel.namascar.app/resources/views/notification/show.blade.php
@extends('layouts.app')

@section('content')

<div class="page-wrapper ridedetail-page">

	<div class="row page-titles">

		<div class="col-md-5 align-self-center">

			<h3 class="text-themecolor">{{trans('lang.notifications')}}</h3>

		</div>

		<div class="col-md-7 align-self-center">

			<ol class="breadcrumb">

				<li class="breadcrumb-item">
					<a href="{!! url('/dashboard') !!}">{{trans('lang.home')}}</a>
				</li>

				<li class="breadcrumb-item">
					<a href="{!! route('rides.all') !!}">{{trans('lang.all_notifications')}}</a>
				</li>

				<li class="breadcrumb-item active">
				{{trans('lang.notifications')}}
				</li>

			</ol>

		</div>

	</div>

	<div class="container-fluid">

		<div class="row">

			<div class="col-12">

				<div class="card">

					<div class="card-body p-0 pb-5">

						<div class="user-detail" role="tabpanel">

							<div class="row">
								
								<div class="col-12">	
									
								
						                
									
						            <div class="box">
						                <div class="box-header bb-2 border-primary">
						                    <h3 class="box-title">{{trans('lang.notifications')}}</h3>
						                </div>
						                <div class="box-body">
						                    <table class="table table-hover">
						                        <thead>
						                            <tr>
						                                <th>{{trans('lang.title')}}</th>
						                                <th>{{trans('lang.message')}}</th>
						                                <th>{{trans('lang.type')}}</th>
                                                        <th>{{trans('lang.status')}}</th>
						                            </tr>
						                        </thead>
						                        <tbody>
						                            <tr>
						                                <td>{{ $notifications->titre }}</td>
						                                <td class="address-td">{{ $notifications->message}}</td>
						                                <td>{{ $notifications->type}}</td>
                                                        <th>{{ $notifications->statut }}</th>
						                            </tr>
						                        </tbody>
						                    </table>
						                </div>
						            </div>
						            
						          
						            
						            
						            
				            	</div>
				            	
							</div>
							
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

<script type="text/javascript">

</script>

@endsection

Anon7 - 2021