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

Tambah Data Center

Formulir Tambah Center

@csrf
@if($errors->has('nama')) {{$errors->first('nama')}} @endif
@if($errors->has('tipe')) {{$errors->first('tipe')}} @endif
@endsection @push('custom-scripts') @endpush