@extends('admin._layouts.default') @section('content')

Create new Redirections

@if(auth()->user()->can($permissions['create'])) @endif
@include('admin._partials.notifications')
Note : Please enter the path only, don't enter the full url,
Correct
blog/this-path
Wrong
{{url('blog/this-path')}}

Leave 'Redirect To' blank, to redirect to home page

@csrf id) value="{{encrypt($obj->id)}}" @endif id="inputId">
Add New
@include('admin._partials.footer')
@endsection @section('footer') @parent @endsection