@extends('layouts.app_admin') @section('content') Master Informasi Informasi @if(Session::has("message_success")) {!! session("message_success") !!} @endif @if(Session::has("message_error")) {!! session("message_error") !!} @endif No. Layanan Judul Informasi File Aksi @endsection @section('script') @endsection