@extends("layouts.app") @section("title") Dashboard @endsection @section("title") @php $tablename="RDashboard" @endphp @endsection @section("content") {{-- ---------------------------------------------------- table 1 html -------------------------------------------------- --}} @php $tableNo=1; @endphp
@if($_GET['view']!="Keyword")
@endif {{-- @if($_GET['view']!="Source")
@endif --}}


  


{{csrf_field()}}
@endsection @section("script") @php $publicationSelect = ''; $RejectionReasonSelect = ''; @endphp @endsection