@extends('dashboard.master') @section('title', 'Licence') @push('css') @endpush @section('content')
Licence
@csrf
@if(!empty($data)) @else
@endif
@push('js') @endpush @endsection