@extends('layout.template') @section('title', 'Register') @section('content')

Add User

@if (session('status')) @elseif(session('failed')) @endif @if ($errors->any()) @endif
@csrf
Free Paid
@endsection @section('footer') @endsection