@extends('layouts.template') @section('title') Edit Master Unit | SIMRS @endsection @section('pagetitle') Edit Master Unit @endsection @section('breadcumb') @endsection @section('content')
@csrf @if (count($errors) > 0)
Whoops! There were some problems with your input.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Form Edit Unit


@error('image1')
{{ $message }}
@enderror
5 Karakter (Ex: AA001, BB001,AB001)
@endsection @section('script') @endsection