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

Tambah Data Operator

Formulir Tambah Operator

@csrf
@if($errors->has('nama')) {{$errors->first('nama')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
@if($errors->has('no_hp')) {{$errors->first('no_hp')}} @endif
Tidak Wajib @if($errors->has('foto'))
{{$errors->first('foto')}} @endif
@if($errors->has('password')) {{$errors->first('password')}} @endif
@endsection