@extends('stisla.layouts.app')
@section('title')
{{ $fullTitle }}
@endsection
@section('content')
{{ $fullTitle }}
{{ __('Menampilkan halaman ' . $fullTitle) }}.
@endsection
@push('css')
@endpush
@push('js')
@endpush
@push('scripts')
@include('stisla.includes.scripts.disable-form')
@endpush