@extends('layouts.master') @section('title') {{ __('Edit Interface') }} @endsection @section('main_content')

{{ __('Edit Interface') }}

@csrf @method('put')
img
{{__('Cancel')}}
@endsection