@php use Carbon\Carbon; $title = __('register.add'); @endphp @extends('layouts.app') @section('title', $title) @section('content')
@csrf
@endsection @include('registers.partial.script')