@extends('layouts.app') @section('title') Pengaturan @endsection @section('breadcrumb') @parent
  • pengaturan
  • @endsection @section('content')
    {{ csrf_field() }} {{ method_field('PATCH') }}


    @endsection @section('script') @endsection