@extends('admin.template.master') @section('title', $title) @section('content') @php $inname = ''; if(isset($knowledgeData)) { $inname = $knowledgeData->name; $inpage = $knowledgeData->page_id; $insection = $knowledgeData->section; $insub_section = $knowledgeData->sub_section; $indescription = $knowledgeData->description; $inattachment = $knowledgeData->attachment; } @endphp
@stop @section('javascript') @endsection