@extends('layouts.app')
@section('title', __('Shared Link'))
@section('content')
@component('components.widget', ['class' => 'box-primary'])
| SL No. |
Date, Time |
Name |
Mobile No |
Shared By Name |
ID |
Status |
@endcomponent
{!! Form::close() !!}
@endsection
@section('javascript')
@php $asset_v = env('APP_VERSION'); @endphp
@endsection