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

{{ __('Edit Device') }}

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