@extends('layouts.app') {{-- title --}} @section('title','Sekolah') {{-- vendor scripts --}} @section('vendor-styles') @endsection {{-- page-styles --}} @section('page-styles') @endsection @section('content') Edit @yield('title') @csrf {{ method_field('PATCH') }} @include('pages.master-data.schools.form') @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection