@extends('admin.layouts.master') @push('css') @endpush @section('page-title') @include('admin.components.page-title',['title' => __($page_title)]) @endsection @section('breadcrumb') @include('admin.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("admin.dashboard"), ] ], 'active' => __($page_title)]) @endsection @section('content')
| # | {{ __("Log Entry") }} |
|---|---|
| {{ $index + 1 }} | {{ $log }} |