@extends('admin.layout.app') @section('title','Update Audit Schedule') @section('header')

Home - Audit Schedule Management

@endsection @section('content')
{{__('Update')}} Audit Schedule
{{ method_field('PATCH') }} @csrf @include('admin.audit-schedule.form')
@endsection @section('script') @endsection