@extends('layouts.app') @section('title', __('Shared Link')) @section('content')

Shared Link

@component('components.widget', ['class' => 'box-primary'])
@endcomponent {!! Form::close() !!}
@endsection @section('javascript') @php $asset_v = env('APP_VERSION'); @endphp @endsection