@extends('layouts.app') @section('title', 'Activity log |') @section('content')
@include('activity.ajax')
@endsection