@extends('layouts.app') @section('content')
@lang('models/connectors.plural')
@lang('lang.add_new')
@include('flash::message')
@include('admin.connectors.table')
@endsection