@extends('layouts.master') @section('title', 'License Status') @section('page_styles') @endsection @section('page_scripts') @endsection @section('content')

License is {{$status}}

@endsection