@extends('layouts.master') @section('title') {{ __('Create Interfaces') }} @endsection @section('main_content')

{{ __('Add New Interface') }}

@csrf
{{__('Cancel')}}
@endsection