@extends('admin.master') @section("title", get("title")) @section('content') @if(Hash::check($type, get("hash"))) @includeIf("admin.type.$type") @endif @endsection