@php($title =__('joinrequests_create') ) @if (\Route::has('dashboard.joinrequests.index')) @endif

{!! $title !!}

@if (\Route::has('dashboard.joinrequests.store'))
@csrf @include('dashboard::joinrequest.form',compact('joinrequest'))
@else dashboard.joinrequests.store is not exits @endif