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