@extends('layouts.admin') @section('title') Application API @endsection @section('content-header')

Application APICreate a new application API key.

@endsection @section('content')

Select Permissions

@foreach($resources as $resource) @endforeach
{{ str_replace('_', ' ', title_case($resource)) }}

Once you have assigned permissions and created this set of credentials you will be unable to come back and edit it. If you need to make changes down the road you will need to create a new set of credentials.

@endsection @section('footer-scripts') @parent @endsection