{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Knowledge Licensing Page') {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content')
@endsection