@extends('layouts.app') @section('title') @php $tablename=$_GET['view']; $row_id=0; $page=""; if(isset($_GET['row_id'])){ $row_id=$_GET['row_id']; } if(isset($_GET['page'])){ $page=$_GET['page']; } @endphp {{trans("app.Activity Log")}} @endsection @section('HeadTitle') {{trans("app.Activity Log")}} @endsection @section('SecondLink') {{trans("app.Activity Log")}} @endsection @section('content') @php $tableNo=1; @endphp

{{trans("app.Activity Log")}}

{{csrf_field()}}
@endsection @section('script') @endsection