@extends('layouts.master') @section('title', trans('pmta.title')) @section('page_styles') @endsection @section('page_scripts') @endsection @section('content')

{{trans('app.integration.pmta.title')}}

{{getHeading(trans('app.headings.integration.pmta.view'))}}

@if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if(routeAccess('pmta.integration.create')) @endif
@endsection