@extends('layouts.list-layout')
@section('css')
@endsection
@section('list-title')
@endsection
@section('list-form-content')
@php
$from='';
$to = '';
@endphp
@if(Helpers::has_permission(Auth::user()->id, 'add_team_member'))
@endif
{{ __('Something went wrong, please try again.') }}
@endsection
@section('list-js')
@endsection