@extends('layouts.master') @section('content')
API Key List
@can('academic.branches.create') @endcan
@php $sn=0; @endphp @foreach ($apiToken as $item) @endforeach
SN Name URL Actions
{{ ++$sn }} {{ $item->api_token }} {{$item->api_name}} {{ url('/').'/api/v1/student?student_id=student_id&api_token='.$item->api_token }}
@csrf @method('DELETE')
@stop @section('scripts') @endsection