@extends('layouts.admin') {{-- Web site Title --}} @section('title', __('record/title.create_new')) {{-- Content Header --}} @section('header') Add New Resource Record {{ __('record/title.create_new_subtitle', ['domain' => $zone->domain]) }} @endsection {{-- Breadcrumbs --}} @section('breadcrumbs')
  • {{ __('site.dashboard') }}
  • {{ __('site.records') }}
  • {{ __('record/title.create_new') }}
  • @endsection {{-- Content --}} @section('content')
    @csrf
    Use'@' to refer to the fully qualified domain name.
    Leave empty, to use default's TTL value (see Settings).



    @endsection