@extends('layouts.master') @section('title') {{ __('Third-Party APIs') }} @endsection @section('content')
@csrf @include('settings.forms.third-party-apis-form')
@endsection