@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['buttons'=>[ [ 'name'=>'Back', 'url'=> route('user.device.index'), ] ]]) @endsection @section('content') @if(Session::has('new-user'))
@endif

{{ __('Create Device') }}

@csrf
{{ env('APP_NAME').__(' will sent via post method to this url') }}
@endsection