@extends('layouts.app') @section('title', 'নতুন লাইসেন্স তালিকা') @section('content')

@yield('title') ({{ convertNumber(currentFiscalYear(date('Y-m-d'))) }})

@include('messages.message')
@foreach ($licenses as $key => $license) @endforeach
@include('datatable.datatable') @endsection