@extends('layouts.admin') @section('content')

{{ __('labels.xero.title') }}

@if (session('error')) @endif @if (session('success')) @endif

{{$data['message']['message']}}

@endsection