@extends('components.app') @section('styles') @endsection @section('title') Edit Short Urls @endsection @section('content')
{{--

Add User

--}}
Placeholder 32x32

Edit Short Urls

dashboard > manage urls > edit new short url
@csrf
@error('domain_id') {{ $message }} @enderror
@error('long_link') {{ $message }} @enderror
@error('custom_name') {{ $message }} @enderror
Cancel
@endsection @section('scripts') @endsection