@extends('irban.irban-template') @section('title', $title) @section('css') @endsection @section('content')

{{$title}}

Home

Account

@csrf @method('put')
@if($errors->has('username')) {{ $errors->first('username') }} @endif
Kosongkan Jika Tidak Ada Perubahan
Kosongkan Jika Tidak Ada Perubahan
@endsection @section('script') @endsection