@extends('admin.layout.app') @section('content')

Pengaturan

@if(session('status')) @endif @if(session('status_gagal')) @endif

Pengaturan

@csrf
@if($errors->has('nama_web')) {{$errors->first('nama_web')}} @endif
@endsection