Functions Category @if(Request::input('standard_id')) {{\App\Models\CD\Standard::where('id',Request::input('standard_id'))->first()->name}} @else {{\App\Models\CD\Standard::first()->name}} @endif