@extends('layouts.admin') @section('title'){{ __('View') }} {{__('Api Provider')}} {{ __('Details') }} @endsection @section('content') @include('includes.page_header',['title'=>__('View')." ".__('Api Provider'),'url'=>route('admin.apiProviders.index'),'icon' => $icon??'','permission'=>'ApiProvider-view'])
@include('admin.api_providers.show_fields')
@include('admin.others.infyomincludes.printer_view_js') @endsection