@extends('layouts.portal') @section('page-title', __('SEO Management')) @section('sidebar') @include('admin.partials.sidebar') @endsection @section('content')
| {{ __('From') }} | {{ __('To') }} | {{ __('Code') }} | {{ __('Hits') }} |
|---|---|---|---|
| {{ $redirect->from_url }} | {{ $redirect->to_url }} | {{ $redirect->status_code }} | {{ $redirect->hits }} |
| {{ __('No redirects yet.') }} | |||