@extends('layouts.UserLayout') @section('content') @php @endphp
@if(Session::has('message'))

{{ Session::get('message') }}

@endif
Domain Renewal
@csrf
@endsection @section("js") @endsection