@extends('layouts.app') @section('template_title') Create General Data Log @endsection @section('content')
@includeif('partials.errors')
Create General Data Log
@csrf @include('general-data-log.form')
@endsection