@extends('layouts.admin') @section('title','Numbers') @section('extra-css') @endsection @section('content')

@lang('admin.numbers.new_number')

@lang('admin.form.button.back')
@csrf
@include('admin.numbers.form')
@endsection @section('extra-scripts') @endsection