@extends('layout.master') @section('parentPageTitle', 'Pemakalah Forum Ilmiah') @section('title', 'Edit Pemakalah Forum Ilmiah Internal') @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif @if($role_id != 4)
@endif
@if($data_pemakalah->berkas_pemakalah != null)
@endif
@stop @section('page-styles') @stop @section('page-script') @stop