@extends("admin.template.layout") @section('content')
{{$page_heading}}
@csrf()
@if($logo != null) @endif
@if($company_license != null) @endif

@stop @section('script') @stop